0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/src
Loïc Hoguin 40b8d0befc Better handle socket closing with loop handlers
We now read from the socket to be able to detect errors or TCP close
events, and buffer the data if any. Once the data receive goes over
a certain limit, which defaults to 5000 bytes, we simply close the
connection with an {error, overflow} reason.
2013-02-11 09:03:13 +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 Expose uppercase binary converter 2013-01-25 02:41:06 +00: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_handler.erl Better handle socket closing with loop handlers 2013-02-11 09:03:13 +01:00
cowboy_http.erl Strip whitespaces when authorization type is unknown 2013-02-06 19:16:06 +01:00
cowboy_http_handler.erl Update handler callback specs 2013-01-26 02:37:43 +04:00
cowboy_loop_handler.erl Update handler callback specs 2013-01-26 02:37:43 +04:00
cowboy_middleware.erl Add middleware support 2013-01-03 22:47:51 +01:00
cowboy_multipart.erl Fix a new warning found by Dialyzer R16A 2013-01-30 18:23:21 +01:00
cowboy_protocol.erl Fix crashes when creating the request 2013-02-06 23:32:31 +01:00
cowboy_req.erl Better handle socket closing with loop handlers 2013-02-11 09:03:13 +01:00
cowboy_rest.erl Make sure rest_terminate is always called 2013-02-09 17:05:28 +01:00
cowboy_router.erl If a binding is reused, we check that values are identical 2013-01-29 00:57:26 +01:00
cowboy_static.erl Do not crash if connection is closed while sending static file 2013-01-22 17:08:32 +01:00
cowboy_sup.erl Hello 2013 2013-01-04 15:10:03 +01:00
cowboy_websocket.erl Do not reset the connection timeout timer on send 2013-02-09 21:46:05 +01:00
cowboy_websocket_handler.erl Fix cowboy_websocket_handler callback spec 2013-01-22 02:33:06 +01:00