0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/test/ws_SUITE_data
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
..
ws_echo.erl Document the commands based Websocket interface 2019-10-06 16:51:27 +02:00
ws_echo_timer.erl Document the commands based Websocket interface 2019-10-06 16:51:27 +02:00
ws_init_shutdown.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
ws_max_frame_size.erl Websocket: Also apply max_frame_size limit to decompressed data 2025-01-22 15:20:20 +01:00
ws_send_many.erl Document the commands based Websocket interface 2019-10-06 16:51:27 +02:00
ws_subprotocol.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00
ws_timeout_cancel.erl Document the commands based Websocket interface 2019-10-06 16:51:27 +02:00
ws_timeout_hibernate.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00