aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_http.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-07 12:04:39 +0200
committerLoïc Hoguin <[email protected]>2019-10-07 12:07:23 +0200
commitfad0ac8fb68833e8b7b0895eb1b96bb068961917 (patch)
treed066a4a164e321ba4a862eef6ecdd7be44246634 /doc/src/manual/cowboy_http.asciidoc
parente25fb19bab02ba7fee68d5188d340311fffc3ce3 (diff)
downloadcowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.tar.gz
cowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.tar.bz2
cowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.zip
Document the set_options stream handler command
Diffstat (limited to 'doc/src/manual/cowboy_http.asciidoc')
-rw-r--r--doc/src/manual/cowboy_http.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/manual/cowboy_http.asciidoc b/doc/src/manual/cowboy_http.asciidoc
index 7ade577..e9837c3 100644
--- a/doc/src/manual/cowboy_http.asciidoc
+++ b/doc/src/manual/cowboy_http.asciidoc
@@ -56,6 +56,9 @@ Whether chunked transfer-encoding is enabled for HTTP/1.1 connections.
Note that a response streamed to the client without the chunked
transfer-encoding and without a content-length header will result
in the connection being closed at the end of the response body.
++
+This option can be updated at any time using the
+`set_options` stream handler command.
connection_type (supervisor)::
@@ -68,6 +71,9 @@ Whether keep-alive is enabled for HTTP/1.0 connections.
idle_timeout (60000)::
Time in ms with no data received before Cowboy closes the connection.
++
+This option can be updated at any time using the
+`set_options` stream handler command.
inactivity_timeout (300000)::