mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Remove an outdated note about cowboy_loop timeout
This commit is contained in:
parent
9f401f8899
commit
6e784f1a45
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ for plain HTTP handlers.
|
||||||
|
|
||||||
The `init/2` function must return a `cowboy_loop` tuple to enable
|
The `init/2` function must return a `cowboy_loop` tuple to enable
|
||||||
loop handler behavior. This tuple may optionally contain
|
loop handler behavior. This tuple may optionally contain
|
||||||
a timeout value and/or the atom `hibernate` to make the
|
the atom `hibernate` to make the process enter hibernation
|
||||||
process enter hibernation until a message is received.
|
until a message is received.
|
||||||
|
|
||||||
This snippet enables the loop handler:
|
This snippet enables the loop handler:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue