mirror of
https://github.com/actix/actix-web.git
synced 2025-01-09 00:35:56 +00:00
update changes
This commit is contained in:
parent
e61ef7dee4
commit
036cf5e867
1 changed files with 7 additions and 2 deletions
|
@ -4,11 +4,16 @@
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Added `HttpServer::max_connections()` and `HttpServer::max_sslrate()`, accept backpressure #250
|
* Added `HttpServer::max_connections()` and `HttpServer::max_sslrate()`,
|
||||||
|
accept backpressure #250
|
||||||
|
|
||||||
* Fix: Use zlib instead of raw deflate for decoding and encoding payloads with
|
### Fixed
|
||||||
|
|
||||||
|
* Use zlib instead of raw deflate for decoding and encoding payloads with
|
||||||
`Content-Encoding: deflate`.
|
`Content-Encoding: deflate`.
|
||||||
|
|
||||||
|
* Fixed headers formating for CORS Middleware Access-Control-Expose-Headers #436
|
||||||
|
|
||||||
|
|
||||||
## [0.7.3] - 2018-08-01
|
## [0.7.3] - 2018-08-01
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue