aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_compress_h.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/manual/cowboy_compress_h.asciidoc')
-rw-r--r--doc/src/manual/cowboy_compress_h.asciidoc6
1 files changed, 6 insertions, 0 deletions
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