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:
committed by
Nikolay Kim
parent
1ca9d87f0a
commit
ace98e3a1e
@ -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
|
||||
|
Reference in New Issue
Block a user