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 7f739cad6d
Websocket: Also apply max_frame_size limit to decompressed data
Before this commit frames could "cheat" by compressing data
below the limit which would get expanded above the limit.
Now Cowboy will stop decompressing data when the limit is
reached.
2025-01-22 15:20:20 +01:00
..
handlers Websocket: Allow setting the max_frame_size option dynamically 2025-01-16 14:47:20 +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 ws_perf_SUITE to measure Websocket performance 2025-01-15 13:28:57 +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 Refresh copyright lines 2024-01-25 11:22:54 +01:00
http_SUITE.erl Refresh copyright lines 2024-01-25 11:22:54 +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 Add compressed Websocket to ws_perf_SUITE 2025-01-22 11:32:56 +01:00
ws_SUITE.erl Websocket: Also apply max_frame_size limit to decompressed data 2025-01-22 15:20:20 +01:00