facebook / proxygen

A collection of C++ HTTP libraries including an easy to use HTTP server.
Other
8.03k stars 1.47k forks source link

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

Closed yurivict closed 6 months ago

yurivict commented 7 months ago
/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

afrind commented 6 months ago

Should be fixed now, please give it another try.