From 38434ddaf17a3929fbd8d8faefd2b491fdfb0f65 Mon Sep 17 00:00:00 2001 From: Damjan Georgievski Date: Sat, 21 Jul 2018 18:42:54 +0200 Subject: [PATCH] actix-web supports content-encoding:gzip by default data will be compressed on the wire automatically, so no need to add the complexity of compression --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 09012ee..fb4f797 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ a simple http server like `python -m http.server` but: * download whole directories in .tar format * better auto index * maybe announce itself on mDNS (avahi) -* maybe compress ``` USAGE: