0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/test
Loïc Hoguin bc82679330
Fix a few rfc7540 tests
Cowboy takes a few shortcuts to avoid wasting resources when
there is a protocol error. The RFC wants us to send a different
error depending on the state of the stream at the time of the
error, and for us to maintain the connection in cases where we
would have to spend valuable resources to decode headers. In
all these cases Cowboy will simply close the connection with
an appropriate error.
2017-11-27 13:42:04 +01:00
..
handlers Don't send the response immediately when using h2spec 2017-11-27 13:23:31 +01:00
http_SUITE_data Remove duplicate /echo/body_qs tests from the old suite 2017-11-18 00:19:01 +01:00
static_handler_SUITE_data cowboy_static: Add support for files in EZ archives 2017-01-24 11:36:58 +01:00
ws_SUITE_data Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00
compress_SUITE.erl Fix a harmless warning in tests 2017-05-23 14:10:05 +02:00
cover.spec Use ct_run instead of rebar ct for running ct tests 2013-01-04 17:56:49 +01:00
cowboy_ct_hook.erl Welcome to 2017 2017-01-02 19:36:36 +01:00
cowboy_test.erl Add cowboy_tracer_h stream handler 2017-10-27 17:18:28 +01:00
examples_SUITE.erl Add test for the compress_response example 2017-02-05 17:32:03 +01:00
h2spec_SUITE.erl Don't send the response immediately when using h2spec 2017-11-27 13:23:31 +01:00
http2_SUITE.erl Remove NumAcceptors argument from start_clear/tls 2017-06-07 15:15:54 +02:00
http_SUITE.erl Add more tests to the rfc7230 suite 2017-11-24 00:16:19 +01:00
loop_handler_SUITE.erl Fix broken tests in loop_handler_SUITE 2017-10-31 16:49:48 +00:00
metrics_SUITE.erl Add a test for early errors that occur on the request-line 2017-11-20 16:26:37 +01:00
misc_SUITE.erl Don't crash when cowboy_clock is not running 2017-11-01 17:06:37 +00:00
req_SUITE.erl Queue HTTP/2 trailers when there's still data in the buffer 2017-11-20 15:46:23 +01:00
rest_handler_SUITE.erl Add {switch_handler, Module} return value to cowboy_rest 2017-11-01 16:27:26 +00:00
rfc7230_SUITE.erl Fix an rfc7230 test 2017-11-26 10:12:25 +01:00
rfc7540_SUITE.erl Fix a few rfc7540 tests 2017-11-27 13:42:04 +01:00
static_handler_SUITE.erl The static suite's large file is not created on Windows 2017-11-19 16:13:48 +01:00
stream_handler_SUITE.erl Fix stream_handler_SUITE test failures 2017-11-01 19:24:42 +00:00
tracer_SUITE.erl Disable the tracer suite when compiled natively 2017-11-17 22:55:56 +01:00
ws_SUITE.erl Remove NumAcceptors argument from start_clear/tls 2017-06-07 15:15:54 +02:00