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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Semver Minor
Added additional validation for inbound and outbound HPACK headers. This change adds a number of new errors and a new API to NIOHTTP2Handler to disable this validation. (#84, #90, #91, #94, #95)
Rewrote the representation of HPACK headers for a substantial performance improvement. (#89)
Semver Patch
Fixed a bug where zero-length SETTINGS frames would be treated as an error. (#88)
Substantially decreased the allocation overhead of encoding HTTP headers. (#86)