🚨 ATTENTION 🚨 #165 changes how header parsing errors surface to the consumer code. We highly recommend relying on errors.Is and errors.As when handling errors produced by this library.
What's Changed
- http2: mimic stdlib http2 when connContext returns nil by @pires in #164
- header: wrap read buffer errors instead of dropping by @pires in #165
Full Changelog: v0.10.0...v0.11.0