0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Remove an outdated note about cowboy_loop timeout

This commit is contained in:
Loïc Hoguin 2018-09-20 15:57:15 +02:00
parent 9f401f8899
commit 6e784f1a45
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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: