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 c4e43ec26a
Add more rfc7230 tests and better handle bad chunk sizes
Bad chunk sizes used to be accepted and could result in
a badly parsed body or a timeout. They are now properly
rejected.

Chunk extensions now have a hard limit of 129 characters.
I haven't heard of anyone using them and Cowboy does not
provide an interface for them, but we can always increase
or make configurable if it ever becomes necessary (but
I honestly doubt it).

Also a test from the old http suite could be removed. Yay!
2017-11-22 23:10:00 +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
default_h.erl Add a metrics test when the handler didn't send anything 2017-10-21 13:12:36 +01:00
echo_h.erl Add more rfc7230 tests and better handle bad chunk sizes 2017-11-22 23:10:00 +01:00
hello_h.erl Initial commit with connection/streams 2016-03-05 20:20:42 +01:00
long_polling_h.erl Fix broken tests in loop_handler_SUITE 2017-10-31 16:49:48 +00: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 Queue HTTP/2 trailers when there's still data in the buffer 2017-11-20 15:46:23 +01:00
stream_handler_h.erl Fix stream_handler_SUITE test failures 2017-11-01 19:24:42 +00:00
switch_handler_h.erl Add {switch_handler, Module} return value to cowboy_rest 2017-11-01 16:27:26 +00: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