aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/loop_handlers.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/guide/loop_handlers.asciidoc')
-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.