0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00
cowboy/src
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
..
cowboy.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
cowboy_app.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_bstr.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_children.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_clear.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_clock.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_compress_h.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_constraints.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_decompress_h.erl Use cow_deflate in cowboy_decompress_h 2025-01-22 15:20:16 +01:00
cowboy_handler.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_http.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
cowboy_http2.erl Avoid resetting HTTP/2 idle_timeout timer too often 2025-01-15 13:31:19 +01:00
cowboy_http3.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
cowboy_loop.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_metrics_h.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_middleware.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_quicer.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
cowboy_req.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_rest.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_router.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_static.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_stream.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_stream_h.erl Initial HTTP/3 implementation 2024-03-26 15:53:48 +01:00
cowboy_sub_protocol.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_sup.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_tls.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_tracer_h.erl Refresh copyright lines 2024-01-25 11:22:54 +01:00
cowboy_websocket.erl Websocket: Also apply max_frame_size limit to decompressed data 2025-01-22 15:20:20 +01:00