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

Send HTTP/1.1 100 Continue if request contains expect: continue header #634

This commit is contained in:
Nikolay Kim
2018-12-23 10:19:12 -08:00
parent e9fe3879df
commit 477bf0d8ae
4 changed files with 64 additions and 23 deletions

View File

@ -1,11 +1,13 @@
# Changes
## [0.7.17] - 2018-xx-xx
## [0.7.17] - 2018-12-23
### Added
* Support for custom content types in `JsonConfig`. #637
* Send `HTTP/1.1 100 Continue` if request contains `expect: continue` header #634
### Fixed
* HTTP1 decoder should perform case-insentive comparison for client requests (e.g. `Keep-Alive`). #631