bearcove / loona

HTTP 1+2 in Rust, with io_uring & ktls
https://docs.rs/loona
Apache License 2.0
334 stars 12 forks source link

httpwg: Headers can't be a `MultiMap` #193

Closed fasterthanlime closed 3 months ago

fasterthanlime commented 3 months ago

...because, when testing, we need to preserve the order in which we inserted headers. we should have a "replace", and we should prepend (so, VecDeque?) when adding pseudo-headers, but that's it.

fasterthanlime commented 3 months ago

Closed in https://github.com/bearcove/fluke/pull/189/commits/cb39e55e27d64492ce8913c063ab55076dc56ba1 — as part of #189