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
Release 4.9.1 (#667)
- [FIX, SPEC] Require 3 uni streams for HTTP/3 connections
- [FIX] Abort connection when STOP_SENDING comes in for a critical stream
- [FIX] Fix unreadable HQ filter error state
- [FIX] Reset errno before parsing content length
- [FIX] Use ls-qpack 2.6.6 to pick up latest fix
- [FIX] Abort if QDEC handler cannot write to fral-backed stream
Release 4.9.0 (#666)
- [API, IMPROVEMENT] Limit number of buffered header sets to cap
memory use.
- [FIX] Client: return correct error on bad transport parameters
(issue #616).
- [FIX] Don't abort on receipt of STOP_SENDING in Ready state (issue #658).
- [FIX] Fix FIU linking.
Release 4.8.2 (#663)
- [FIX] Reject HTTP messages with multiple conflicting content-length
fields.
- [FIX] Use ls-qpack v2.6.5 to pick up a fix for a latent use-after-free.
- [IMPROVEMENT] Handle unexpected stream readv/writev args correctly.
- [DOCS] Update docs about the now-defunct push promises.
Release 4.8.0 (#651)
- [API] Deprecate all gQUIC versions.
- [FIX] http1x: check size of Cookie: header.
- [FIX] Add checks to gQUIC client session resume code.
- [FIX] 32-bit parser bounds checks.
- [FIX] Use ls-qpack v2.6.3 to pick up a bunch of fixes.
- [DOCS] FAQ: example programs do work with google.com etc.
Release 4.7.2 (#650)
- [FIX] Only ignore Priority: header after PRIORITY_UPDATE and in
client mode.
- [FIX] Transport params: reject partial preferred address families.
- [IMPROVEMENT] PRIORITY_UPDATE frame handling.