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
Kirill Kinduk 4c34774b7e
Add max_frame_size option for websocket handlers
Option allows to limit a frame by size before decoding its payload.

LH: I have added a test for when the limit is reached on a nofin
fragmented frame (the last commit addressed that case but it had
no test). I have fixed formatting and other, and changed the
default value to infinity since it might otherwise be incompatible
with existing code. I also added documentation and a bunch of other
minor changes.
2018-03-28 16:58:02 +02:00
..
client.json Enable Autobahn Test Suite by default 2014-04-20 22:20:54 +02:00
ws_echo.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00
ws_echo_timer.erl Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00
ws_init_shutdown.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
ws_max_frame_size.erl Add max_frame_size option for websocket handlers 2018-03-28 16:58:02 +02:00
ws_send_many.erl Remove Req from the Websocket interface 2016-08-12 19:27:23 +02:00
ws_subprotocol.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00
ws_timeout_cancel.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00
ws_timeout_hibernate.erl Allow passing options to sub protocols 2017-02-18 18:26:20 +01:00