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

Write non-80 port in HOST of client's request (#451)

This commit is contained in:
Douman
2018-08-07 10:01:29 +03:00
committed by GitHub
parent 954f1a0b0f
commit 9c80d3aa77
2 changed files with 10 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* Added `HttpServer::maxconn()` and `HttpServer::maxconnrate()`,
accept backpressure #250
* Allow to customize connection handshake process via `HttpServer::listen_with()`
* Allow to customize connection handshake process via `HttpServer::listen_with()`
and `HttpServer::bind_with()` methods
### Fixed
@ -19,6 +19,7 @@
* Fix adding multiple response headers #446
* Client includes port in HOST header when it is not default(e.g. not 80 and 443). #448
## [0.7.3] - 2018-08-01