aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-19 00:49:48 +0200
committerLoïc Hoguin <[email protected]>2017-07-19 00:49:48 +0200
commite0588f4e8e566041779d2ee76796b1988b6d7440 (patch)
treedd9c44157eda4990e59b2a50bc9cbde332957812 /doc/src/manual
parentac426c9ed06eed23d0de6c542f709225e00935f4 (diff)
downloadcowboy-e0588f4e8e566041779d2ee76796b1988b6d7440.tar.gz
cowboy-e0588f4e8e566041779d2ee76796b1988b6d7440.tar.bz2
cowboy-e0588f4e8e566041779d2ee76796b1988b6d7440.zip
Websocket options are no longer per listener
Diffstat (limited to 'doc/src/manual')
-rw-r--r--doc/src/manual/cowboy.asciidoc12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/src/manual/cowboy.asciidoc b/doc/src/manual/cowboy.asciidoc
index 7374cd3..c213df0 100644
--- a/doc/src/manual/cowboy.asciidoc
+++ b/doc/src/manual/cowboy.asciidoc
@@ -82,16 +82,12 @@ Options for the HTTP/1.1, HTTP/2 and Websocket protocols.
The protocol options are in a map containing all the options for
the different protocols that may be involved when connecting
-to the listener, including HTTP/1.1 and HTTP/2 but also
-subprotocols like Websocket.
-// @todo For Websocket this might change in the future.
+to the listener, including HTTP/1.1 and HTTP/2.
The HTTP/1.1 options are documented in the
-link:man:cowboy_http(3)[cowboy_http(3)] manual;
-the HTTP/2 options in
-link:man:cowboy_http2(3)[cowboy_http2(3)];
-and the Websocket options in
-link:man:cowboy_websocket(3)[cowboy_websocket(3)].
+link:man:cowboy_http(3)[cowboy_http(3)] manual
+and the HTTP/2 options in
+link:man:cowboy_http2(3)[cowboy_http2(3)].
== See also