0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Remove an incorrect statement from the guide

This commit is contained in:
Loïc Hoguin 2018-08-06 13:31:09 +02:00
parent 5bece31775
commit 2577068bf2
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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.