diff options
author | Loïc Hoguin <[email protected]> | 2018-08-06 13:31:09 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-08-06 13:31:09 +0200 |
commit | 2577068bf29b93673083ea35ed743bdb48c0887b (patch) | |
tree | 496c8e2612229dbe5b7e507f3ca56de71f349567 /doc/src/guide | |
parent | 5bece31775a41a5393a26bdc5947947fe46ff42f (diff) | |
download | cowboy-2577068bf29b93673083ea35ed743bdb48c0887b.tar.gz cowboy-2577068bf29b93673083ea35ed743bdb48c0887b.tar.bz2 cowboy-2577068bf29b93673083ea35ed743bdb48c0887b.zip |
Remove an incorrect statement from the guide
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/loop_handlers.asciidoc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/src/guide/loop_handlers.asciidoc b/doc/src/guide/loop_handlers.asciidoc index 21bf842..e5132a7 100644 --- a/doc/src/guide/loop_handlers.asciidoc +++ b/doc/src/guide/loop_handlers.asciidoc @@ -112,10 +112,6 @@ info(_Msg, Req, State) -> === Cleaning up -It is recommended that you set the connection header to -`close` when replying, as this process may be reused for -a subsequent request. - Please refer to the xref:handlers[Handlers chapter] for general instructions about cleaning up. |