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
Before it always paniced on new headers while trying to blankly unwrap
the return of a hashmap insert.
This makes it:
a. no longer unwrap at all, which was incorrect, and
b. use append for duplicates
The opposite direction also uses hyperium's append, but (I think) this
was written before that same functionality existed in http-types.
0 commit comments