WebTransport?
#2078
-
I had QuicTransport working with MSQUIC, but that has been dropped in favor of WebTransport. What exactly is needed on top of MSQUIC to work with WebTransport? What is missing in the handshake etc. for MSQUIC to work with HTTP3? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Oct 18, 2021
Replies: 1 comment 4 replies
-
WebTransport is on top of HTTP/3 AFAIK. MsQuic is only the QUIC layer, not the HTTP pieces on top of that necessary for HTTP/3. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WebTransport is on top of HTTP/3 AFAIK. MsQuic is only the QUIC layer, not the HTTP pieces on top of that necessary for HTTP/3.