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
v0.44 contains a lot of fixes related to HTTP Datagrams, new logic to determine (and configure) the QUIC packet size, as well as a significant speedup of the various parsers.
HTTP Datagram-related Fixes
The last release introduced support for HTTP Datagrams (RFC 9297). This release resolves a number of problems we discovered in the initial implementation:
reject sending of DATAGRAM frames that exceed the currently available MTU (#4497)
http3: deadline errors are now ignored in stream state tracking (#4495)
http3: refuse to send HTTP datagrams associated with a closed stream (#4488)
http3: use the send stream context for tracking the stream state (#4489)
http3: fix memory leak caused by stream state tracking (#4523). Thanks to [@george…
v0.44 contains a lot of fixes related to HTTP Datagrams, new logic to determine (and configure) the QUIC packet size, as well as a significant speedup of the various parsers.
HTTP Datagram-related Fixes
The last release introduced support for HTTP Datagrams (RFC 9297). This release resolves a number of problems we discovered in the initial implementation:
Would you like to know more?
Read the full article on the following website:
https://github.com/quic-go/quic-go/releases/tag/v0.44.0
The text was updated successfully, but these errors were encountered: