aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-09-20 15:57:15 +0200
committerLoïc Hoguin <[email protected]>2018-09-20 15:57:15 +0200
commit6e784f1a454c6bdeab839d99d59dac992d430c97 (patch)
treef151932e7d23f0d65fa2c01c14f6cea6fd45cc6a /doc
parent9f401f8899e12963b6520906e5b4f44345373ea9 (diff)
downloadcowboy-6e784f1a454c6bdeab839d99d59dac992d430c97.tar.gz
cowboy-6e784f1a454c6bdeab839d99d59dac992d430c97.tar.bz2
cowboy-6e784f1a454c6bdeab839d99d59dac992d430c97.zip
Remove an outdated note about cowboy_loop timeout
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/loop_handlers.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/guide/loop_handlers.asciidoc b/doc/src/guide/loop_handlers.asciidoc
index e5132a7..9e29b11 100644
--- a/doc/src/guide/loop_handlers.asciidoc
+++ b/doc/src/guide/loop_handlers.asciidoc
@@ -29,8 +29,8 @@ for plain HTTP handlers.
The `init/2` function must return a `cowboy_loop` tuple to enable
loop handler behavior. This tuple may optionally contain
-a timeout value and/or the atom `hibernate` to make the
-process enter hibernation until a message is received.
+the atom `hibernate` to make the process enter hibernation
+until a message is received.
This snippet enables the loop handler: