You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds support for HTTP/3 Trailers, for both the server and the client side (#4581, #4630, #4656, #4639). Trailers work exactly the same way as for HTTP/1.1 and HTTP/2.
A big thank you to @sudorandom for contributing this feature!
Fixes
idle timeout calculation when the peer sends a max_idle_timeout of 0 (or omits the transport parameter): #4666
fix handling of corrupted coalesced 1-RTT packets: #4663
qpack: don't reject literal field lines with name references if N bit is set to 1: quic-go/qpack#52
http3: correctly set the http.Response.ContentLength on responses that don't set t…
New Features
This release adds support for HTTP/3 Trailers, for both the server and the client side (#4581, #4630, #4656, #4639). Trailers work exactly the same way as for HTTP/1.1 and HTTP/2.
A big thank you to @sudorandom for contributing this feature!
Fixes
max_idle_timeout
of 0 (or omits the transport parameter): #4666N
bit is set to 1: quic-go/qpack#52http.Response.ContentLength
on responses that don't set t…Would you like to know more?
Read the full article on the following website:
https://github.com/quic-go/quic-go/releases/tag/v0.47.0
The text was updated successfully, but these errors were encountered: