aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-06 13:31:09 +0200
committerLoïc Hoguin <[email protected]>2018-08-06 13:31:09 +0200
commit2577068bf29b93673083ea35ed743bdb48c0887b (patch)
tree496c8e2612229dbe5b7e507f3ca56de71f349567 /doc
parent5bece31775a41a5393a26bdc5947947fe46ff42f (diff)
downloadcowboy-2577068bf29b93673083ea35ed743bdb48c0887b.tar.gz
cowboy-2577068bf29b93673083ea35ed743bdb48c0887b.tar.bz2
cowboy-2577068bf29b93673083ea35ed743bdb48c0887b.zip
Remove an incorrect statement from the guide
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/loop_handlers.asciidoc4
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.