diff options
Diffstat (limited to 'docs/en/cowboy/2.0/guide/loop_handlers.asciidoc')
-rw-r--r-- | docs/en/cowboy/2.0/guide/loop_handlers.asciidoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/en/cowboy/2.0/guide/loop_handlers.asciidoc b/docs/en/cowboy/2.0/guide/loop_handlers.asciidoc index 80bc484d..21bf8424 100644 --- a/docs/en/cowboy/2.0/guide/loop_handlers.asciidoc +++ b/docs/en/cowboy/2.0/guide/loop_handlers.asciidoc @@ -1,8 +1,6 @@ [[loop_handlers]] == Loop handlers -// @todo This description needs to be updated. - Loop handlers are a special kind of HTTP handlers used when the response can not be sent right away. The handler enters instead a receive loop waiting for the right message before it can send |