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.
Fix (potential double) panic of (HeaderMap) OccupiedEntry::remove_entry and remove_entry_mult when multiple values are present. ([#446], [#449] dekellum)
Safety audits of (priv) ByteStr and refactor of Authority ([#408], [#414] sbosnick)
Fix HeaderName to error instead of panic when input is too long ([#432] [#433] acfoltzer)
Allow StatusCode to encode values 100-999 without error. Use of the
unclassified range 600-999 remains discouraged. ([#144], [#438], [#443] quininer dekellum)
Add String and &String fallible conversions to PathAndQuery ([#450] mkindahl)
Fix Authority (and Uri) to error instead of panic on unbalanced brackets
([#435], [#445] aeryz)