0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00
cowboy/src
Loïc Hoguin 647e95aed1 Replace terminate/2 with terminate/3, adding a Reason
This should have been done a *long* time ago, back when I initially
added Websocket support. This is the first part of two in improving
loop handler support with regards to socket closure.

Reason may include: {normal, shutdown} for the most normal shutdown,
{normal, timeout} for a loop handler timeout shutdown, or {error, _}
if an error occured.
2013-01-22 02:34:18 +01:00
..
cowboy.app.src Hello 2013 2013-01-04 15:10:03 +01:00
cowboy.erl Hello 2013 2013-01-04 15:10:03 +01:00
cowboy_app.erl Hello 2013 2013-01-04 15:10:03 +01:00
cowboy_bstr.erl Add cowboy_bstr:capitalize_token/1 2013-01-17 23:37:50 +01:00
cowboy_client.erl Hello 2013 2013-01-04 15:10:03 +01:00
cowboy_clock.erl Hello 2013 2013-01-04 15:10:03 +01:00
cowboy_dispatcher.erl Hello 2013 2013-01-04 15:10:03 +01:00
cowboy_handler.erl Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
cowboy_http.erl Hello 2013 2013-01-04 15:10:03 +01:00
cowboy_http_handler.erl Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
cowboy_loop_handler.erl Replace terminate/2 with terminate/3, adding a Reason 2013-01-22 02:34:18 +01:00
cowboy_middleware.erl Add middleware support 2013-01-03 22:47:51 +01:00
cowboy_multipart.erl Fix multipart parser when the boundary is not fully read yet 2012-12-14 15:43:22 +01:00
cowboy_protocol.erl Set max_keepalive default to 100 instead of infinity 2013-01-18 18:09:46 +01:00
cowboy_req.erl Fix an issue for replies in onresponse mishandling headers 2013-01-20 19:06:28 +01:00
cowboy_rest.erl Remove a few old @todo comments 2013-01-18 18:21:28 +01:00
cowboy_router.erl Add middleware support 2013-01-03 22:47:51 +01:00
cowboy_static.erl Change the response body streaming fun interface 2013-01-05 20:19:43 +01:00
cowboy_sup.erl Hello 2013 2013-01-04 15:10:03 +01:00
cowboy_websocket.erl Add cowboy_websocket:close_code/0 2013-01-17 16:22:05 +01:00
cowboy_websocket_handler.erl Fix cowboy_websocket_handler callback spec 2013-01-22 02:33:06 +01:00