mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Do not compress NoContent (204) responses #918
This commit is contained in:
parent
eaa371db8b
commit
7c0f570845
4 changed files with 13 additions and 4 deletions
|
@ -89,10 +89,10 @@ actix-cors = { version = "0.1.0", optional = true }
|
|||
actix-identity = { version = "0.1.0", optional = true }
|
||||
|
||||
bytes = "0.4"
|
||||
derive_more = "0.14"
|
||||
derive_more = "0.15.0"
|
||||
encoding = "0.2"
|
||||
futures = "0.1.25"
|
||||
hashbrown = "0.3.1"
|
||||
hashbrown = "0.5.0"
|
||||
log = "0.4"
|
||||
mime = "0.3"
|
||||
net2 = "0.2.33"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue