From 7c9de7ce81e7bff1731bb730fafe7adf7890183c Mon Sep 17 00:00:00 2001 From: meetlost <44923884+meetlost@users.noreply.github.com> Date: Mon, 20 May 2019 15:32:24 +0800 Subject: [PATCH] Enhance doc: max_frame_size is in unit of bytes. --- doc/src/manual/cowboy_websocket.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/manual/cowboy_websocket.asciidoc b/doc/src/manual/cowboy_websocket.asciidoc index fdaa482c..fe03b90f 100644 --- a/doc/src/manual/cowboy_websocket.asciidoc +++ b/doc/src/manual/cowboy_websocket.asciidoc @@ -195,7 +195,7 @@ the client. 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 a client attempts to send a frame that goes over this limit. For fragmented frames this applies