From fad0ac8fb68833e8b7b0895eb1b96bb068961917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 7 Oct 2019 12:04:39 +0200 Subject: Document the set_options stream handler command --- doc/src/manual/cowboy_compress_h.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/src/manual/cowboy_compress_h.asciidoc') diff --git a/doc/src/manual/cowboy_compress_h.asciidoc b/doc/src/manual/cowboy_compress_h.asciidoc index c1d7b20..31a9162 100644 --- a/doc/src/manual/cowboy_compress_h.asciidoc +++ b/doc/src/manual/cowboy_compress_h.asciidoc @@ -37,11 +37,17 @@ compress_buffering (false):: Whether the output will be buffered. By default no buffering is done to provide maximum compatibility at the cost of a lower compression rate. ++ +This option can be updated at any time using the +`set_options` stream handler command. compress_threshold (300):: How large the response body must be to be compressed when the response isn't streamed. ++ +This option can be updated at any time using the +`set_options` stream handler command. == Events -- cgit v1.2.3