facebook / proxygen

A collection of C++ HTTP libraries including an easy to use HTTP server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[2023.10.02.00 regression] error: no member named 'QuicAsyncUDPSocketWrapperImpl' in namespace 'quic'

yurivict opened this issue · comments

/wrkdirs/usr/ports/www/proxygen/work/proxygen-2023.10.02.00/proxygen/lib/http/HQConnector.cpp:64:38: error: no member named 'QuicAsyncUDPSocketWrapperImpl' in namespace 'quic'
  auto sock = std::make_unique<quic::QuicAsyncUDPSocketWrapperImpl>(eventBase);
                               ~~~~~~^
1 error generated.

FreeBSD 13.2

Should be fixed now, please give it another try.