1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

guarantee ordering of header map get_all (#2467)

This commit is contained in:
Rob Ede
2021-11-28 19:23:29 +00:00
committed by GitHub
parent 89c6d62656
commit 39243095b5
5 changed files with 111 additions and 15 deletions

View File

@ -1,6 +1,11 @@
# Changes
## Unreleased - 2021-xx-xx
### Changed
* Guarantee ordering of `header::GetAll` iterator to be same as insertion order. [#2467]
* Expose `header::{GetAll, Removed}` iterators. [#2467]
[#2467]: https://github.com/actix/actix-web/pull/2467
## 3.0.0-beta.13 - 2021-11-22