Do not compress NoContent (204) responses #918

This commit is contained in:
Nikolay Kim 2019-06-16 21:54:17 +06:00
parent eaa371db8b
commit 7c0f570845
4 changed files with 13 additions and 4 deletions

View file

@ -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"