Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid panic when translating from hyperium
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.
- Loading branch information