aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_websocket.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-06 11:50:58 +0200
committerLoïc Hoguin <[email protected]>2019-09-06 11:53:19 +0200
commitd14c59d905d44d0cb4a284a2b456573fc71e5a92 (patch)
tree84a7f73c48d0eaa57e1616eb7cde3b70564fcfd3 /doc/src/manual/cowboy_websocket.asciidoc
parentd5814a59f40a0347d990444d418f995ff10a8109 (diff)
downloadcowboy-d14c59d905d44d0cb4a284a2b456573fc71e5a92.tar.gz
cowboy-d14c59d905d44d0cb4a284a2b456573fc71e5a92.tar.bz2
cowboy-d14c59d905d44d0cb4a284a2b456573fc71e5a92.zip
Document unit for options that are in bytes
Diffstat (limited to 'doc/src/manual/cowboy_websocket.asciidoc')
-rw-r--r--doc/src/manual/cowboy_websocket.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_websocket.asciidoc b/doc/src/manual/cowboy_websocket.asciidoc
index fdaa482..f8038e5 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