0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00
cowboy/test
Loïc Hoguin 8e121d138c
Fix request_timeout triggering when a request was in the buffer
The problem was that when a request immediately following another
request with a large enough body, the data for the new request
(including headers) would be buffered waiting for more data,
instead of being processed immediately. If no more data came
in on the socket the request_timeout would eventually trigger.
Now the buffer is processed immediately.
2025-02-06 12:18:59 +01:00
..
handlers Implement dynamic socket buffer sizes 2025-02-05 14:29:58 +01:00
rfc9114_SUITE_data Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
static_handler_SUITE_data cowboy_static: Add support for files in EZ archives 2017-01-24 11:36:58 +01:00
ws_autobahn_SUITE_data Switch to running autobahntestsuite via Docker 2025-01-15 13:31:19 +01:00
ws_perf_SUITE_data Add ws_perf_SUITE to measure Websocket performance 2025-01-15 13:28:57 +01:00
ws_SUITE_data Websocket: Also apply max_frame_size limit to decompressed data 2025-01-22 15:20:20 +01:00
compress_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01: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 Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_test.erl Add initial http_perf_SUITE 2025-01-24 13:05:45 +01:00
decompress_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
examples_SUITE.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
h2spec_SUITE.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
http2_SUITE.erl Correcting TransOpts in send_timeout_close tests 2025-01-23 13:29:47 +01:00
http_perf_SUITE.erl Implement dynamic socket buffer sizes 2025-02-05 14:29:58 +01:00
http_SUITE.erl Fix request_timeout triggering when a request was in the buffer 2025-02-06 12:18:59 +01:00
loop_handler_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
metrics_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
misc_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
plain_handler_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
proxy_header_SUITE.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
req_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rest_handler_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc6585_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc7230_SUITE.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
rfc7231_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc7538_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc7540_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc8297_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc8441_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc9114_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc9204_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
rfc9220_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
security_SUITE.erl Add VU#421644 to the HTTP/2 CONTINUATION Flood test 2024-04-05 22:08:59 +02:00
static_handler_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
stream_handler_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
sys_SUITE.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
tracer_SUITE.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
ws_autobahn_SUITE.erl Switch to running autobahntestsuite via Docker 2025-01-15 13:31:19 +01:00
ws_handler_SUITE.erl Websocket: Allow setting the max_frame_size option dynamically 2025-01-16 14:47:20 +01:00
ws_perf_SUITE.erl Implement dynamic socket buffer sizes 2025-02-05 14:29:58 +01:00
ws_SUITE.erl Add WS compression test where only server sets client_max_window_bits 2025-01-23 11:39:48 +01:00