mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Use zlib instead of deflate for content encoding (#442)
This commit is contained in:
committed by
Armin Ronacher
parent
9a10d8aa7a
commit
e61ef7dee4
@ -6,6 +6,9 @@
|
||||
|
||||
* Added `HttpServer::max_connections()` and `HttpServer::max_sslrate()`, accept backpressure #250
|
||||
|
||||
* Fix: Use zlib instead of raw deflate for decoding and encoding payloads with
|
||||
`Content-Encoding: deflate`.
|
||||
|
||||
|
||||
## [0.7.3] - 2018-08-01
|
||||
|
||||
|
Reference in New Issue
Block a user