mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
![]() Now Cowboy checks headers sent to the client for the 'Connection' header value, parses it, and checks whether it contains a 'close' or 'keep-alive' value. It makes sure to close or keep the connection alive depending on the value found there, if any. Also change chunked replies to not close the connection by default unless the application requests it. |
||
---|---|---|
.. | ||
http_SUITE_data | ||
chunked_handler.erl | ||
dispatcher_prop.erl | ||
http_handler.erl | ||
http_SUITE.erl | ||
proper_SUITE.erl | ||
websocket_handler.erl | ||
ws_timeout_hibernate_handler.erl |