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
In this release, we added support for HTTP client traces. We also fixed a large number of bugs that could lead to connection stalls, deadlocks and memory leaks. See the "Major Fixes" section for more details.
New Features
http3: add support for client traces net/http/httptrace.ClientTrace: #4749. Thanks to @lRoccoon for the contribution!
Major Fixes
fix accounting for lost RESET_STREAM frames in the stream, leading to potential connection stalls / deadlocks: #4804. Thanks to @Wondertan for reporting and testing the fix!
fix memory leak when the connection ID is rotated when the CONNECTION_CLOSE packet is sent: #4852. Thanks to @MarcoPolo for debugging this issue and contributing a fix!
In this release, we added support for HTTP client traces. We also fixed a large number of bugs that could lead to connection stalls, deadlocks and memory leaks. See the "Major Fixes" section for more details.
New Features
net/http/httptrace.ClientTrace
: #4749. Thanks to @lRoccoon for the contribution!Major Fixes
Would you like to know more?
Read the full article on the following website:
https://github.com/quic-go/quic-go/releases/tag/v0.49.0
The text was updated successfully, but these errors were encountered: