mozilla / neqo

Neqo, an implementation of QUIC in Rust
https://firefox-source-docs.mozilla.org/networking/http/http3.html
Apache License 2.0
1.79k stars 121 forks source link

WebTransport and ZeroRTT #1366

Open ddragana opened 1 year ago

ddragana commented 1 year ago

Currently, neqo-http3 allows the use of WebTransport during the ZeroRtt phase. The spack does not allow it.

ddragana commented 1 year ago

Necko can easily control this behavior therefore this is not a critical issue at the moment.