facebook/proxygen

Does that proxygen's dependency is wrong? depends mvfst?

jiayuehua opened this issue · 2 comments

https://github.com/microsoft/vcpkg/pull/22834/files
I can compile proxygen successfully without mvfst. Thanks.

The mvfst dependency is there for building with QUIC/HTTP3 support. It would be used here:

if (BUILD_QUIC)

thanks