summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-20 16:42:36 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-20 16:42:36 +0100
commit9f01c165cc02bfe0551bdca8bddf155bb793ebd0 (patch)
tree8444621bf9dd9ee55c00376d3a771cee6f93b91d
parentdeccc678ebc120b42243fa84e6d82a14bcd0a3e3 (diff)
srv/www/cv.html: Mention the GZIP filter
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--srv/www/cv.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/srv/www/cv.html b/srv/www/cv.html
index 78d624b..a0a9a50 100644
--- a/srv/www/cv.html
+++ b/srv/www/cv.html
@@ -239,6 +239,14 @@
It would allow chaining arbitrary applications
to process a request,
simplifying what each of the applications needs to do.
+ </p>
+ <p>
+ Another notable feature was
+ adding a compression filter
+ (initially supporting only GZIP, but easily extensible).
+ The performance is significantly better than that
+ of NGINX's gzip filter,
+ and the implementation is simpler.
</li>
</ul>
</div>