0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/test/handlers
Loïc Hoguin c602871f86
Fix HTTP/1.1 stopping streams too early
It is possible in some cases to move on to the next request
without waiting, but that can be done as an optimization
later on if necessary.
2017-10-20 13:16:04 +01:00
..
asterisk_h.erl Initial commit with connection/streams 2016-03-05 20:20:42 +01:00
compress_h.erl Add experimental cowboy_compress_h stream handler 2017-01-22 10:50:39 +01:00
echo_h.erl Add tests for direct Req access 2017-09-05 15:28:11 +02:00
hello_h.erl Initial commit with connection/streams 2016-03-05 20:20:42 +01:00
input_crash_h.erl Add rfc7230 test suite and update others to recent Gun 2015-05-05 19:59:37 +03:00
long_polling_h.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00
loop_handler_body_h.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00
loop_handler_timeout_h.erl Add the idle_timeout HTTP/1.1 protocol option 2017-05-03 17:44:00 +02:00
multipart_h.erl Update the multipart reading interface 2016-08-10 15:09:04 +02:00
resp_h.erl Accept sendfile tuple with 0 length in cowboy_req 2017-09-04 20:48:07 +02:00
stream_handler_h.erl Fix HTTP/1.1 stopping streams too early 2017-10-20 13:16:04 +01:00
ws_init_h.erl Allow websocket_init/1 to reply/close/hibernate 2016-08-15 19:21:38 +02:00
ws_terminate_h.erl Introduce the req_filter Websocket option 2017-05-28 20:19:39 +02:00