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:
parent
d846827b2a
commit
7c9de7ce81
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue