From 8459bebceb9533948193774371cbd9fd571b78ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 16 Oct 2019 09:48:31 +0200 Subject: Cowboy 2.7.0 --- docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html') diff --git a/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html b/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html index 836cd411..d72be4a0 100644 --- a/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html +++ b/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html @@ -68,7 +68,7 @@

The module cowboy_compress_h compresses response bodies automatically when the client supports it. It will not try to compress responses that already have a content encoding.

Normal responses will only be compressed when their size is lower than the configured threshold. Streamed responses are always compressed, including when the sendfile command is used. Because the file must be read in memory to be compressed, this module is not suitable for automatically compressing large files.

Options

-
@@ -131,6 +131,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.7
  • +
  • 2.6
  • 2.5
  • -- cgit v1.2.3