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

support Host guards when Host header is unset (#1129)

This commit is contained in:
Anton Lazarev
2019-10-14 16:05:54 -07:00
committed by Nikolay Kim
parent 1ca9d87f0a
commit ace98e3a1e
2 changed files with 34 additions and 4 deletions

View File

@ -6,6 +6,10 @@
* Add `Payload::into_inner` method and make stored `def::Payload` public. (#1110)
### Changed
* Support `Host` guards when the `Host` header is unset (e.g. HTTP/2 requests) (#1129)
## [1.0.8] - 2019-09-25
### Added