mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
update changes
This commit is contained in:
parent
e61ef7dee4
commit
036cf5e867
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user