1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

H1 decoded should ignore header cases

This commit is contained in:
Douman
2018-12-16 13:46:11 +03:00
parent e8bdcb1c08
commit 1a940d4c18
3 changed files with 46 additions and 11 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.7.17] - 2018-xx-xx
### Fixed
* HTTP1 decoder should perform case-insentive comparison for client requests (e.g. `Keep-Alive`). #631
## [0.7.16] - 2018-12-11
### Added