mirror of
https://github.com/actix/actix-web.git
synced 2024-12-23 00:26:34 +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 `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 a new issue