Просмотр исходного кода

Remove an incorrect statement from the guide

Loïc Hoguin 6 лет назад
Родитель
Сommit
2577068bf2
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      doc/src/guide/loop_handlers.asciidoc

+ 0 - 4
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.