0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/doc/src
Loïc Hoguin efb681d749
Handle socket errors in HTTP/1.1 and HTTP/2
Doing so will let us notice when the connection is gone instead
of waiting for timeouts, at least in the cases where the remote
socket was closed properly. Timeouts are still needed in case
of TCP half-open problems.

This change means that the order of stream handler commands is
more important than before because socket errors may occur
during the processing of commands.
2023-12-12 15:05:33 +01:00
..
guide Fix position of rate_limited/2 callback in REST workflow guide 2023-12-07 16:11:50 +01:00
manual Handle socket errors in HTTP/1.1 and HTTP/2 2023-12-12 15:05:33 +01:00
specs Add rfc7230 test suite and update others to recent Gun 2015-05-05 19:59:37 +03:00