0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Enhance doc: max_frame_size is in unit of bytes.

This commit is contained in:
meetlost 2019-05-20 15:32:24 +08:00 committed by GitHub
parent d846827b2a
commit 7c9de7ce81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,7 +195,7 @@ the client.
max_frame_size (infinity):: max_frame_size (infinity)::
Maximum frame size allowed by this Websocket Maximum frame size (in bytes) allowed by this Websocket
handler. Cowboy will close the connection when handler. Cowboy will close the connection when
a client attempts to send a frame that goes over a client attempts to send a frame that goes over
this limit. For fragmented frames this applies this limit. For fragmented frames this applies