1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

update changes

This commit is contained in:
Nikolay Kim 2018-08-03 08:20:59 -07:00
parent e61ef7dee4
commit 036cf5e867

View file

@ -4,11 +4,16 @@
### 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`.
* Fixed headers formating for CORS Middleware Access-Control-Expose-Headers #436
## [0.7.3] - 2018-08-01