mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
![]() When the user code was sending a response fully without reading the request body, the connection could get closed when receiving DATA frames for that body. We now ask the client to stop sending data via a NO_ERROR RST_STREAM, and linger any stream that has been reset so that we can skip any pending frames from that stream. This fixes a number of intermittent failures in req_SUITE, which now passes reliably. In addition a small number of rfc7540_SUITE test cases have been corrected as they were incorrect. |
||
---|---|---|
.. | ||
handlers | ||
http_SUITE_data | ||
static_handler_SUITE_data | ||
ws_SUITE_data | ||
compress_SUITE.erl | ||
cover.spec | ||
cowboy_ct_hook.erl | ||
cowboy_test.erl | ||
examples_SUITE.erl | ||
h2spec_SUITE.erl | ||
http2_SUITE.erl | ||
http_SUITE.erl | ||
loop_handler_SUITE.erl | ||
metrics_SUITE.erl | ||
misc_SUITE.erl | ||
req_SUITE.erl | ||
rfc7230_SUITE.erl | ||
rfc7540_SUITE.erl | ||
static_handler_SUITE.erl | ||
stream_handler_SUITE.erl | ||
ws_SUITE.erl |