diff options
author | Loïc Hoguin <[email protected]> | 2017-07-20 18:30:17 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-07-20 18:30:17 +0200 |
commit | 5bb2003afc292a06e7831919702684561b75b681 (patch) | |
tree | c4f73854eefaaa6faacb49d1f2970c529dc9fb1c | |
parent | 3099fc1d9f33e791cc1edfd585bbfb2d4be30a92 (diff) | |
download | cowboy-5bb2003afc292a06e7831919702684561b75b681.tar.gz cowboy-5bb2003afc292a06e7831919702684561b75b681.tar.bz2 cowboy-5bb2003afc292a06e7831919702684561b75b681.zip |
Add a related RFC for Websocket
This is important because it clarifies that sec-websocket-protocol
is case sensitive when matching. Only the registry is case
insensitive.
-rw-r--r-- | doc/src/guide/specs.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/guide/specs.asciidoc b/doc/src/guide/specs.asciidoc index 3bcd45e..db4abe4 100644 --- a/doc/src/guide/specs.asciidoc +++ b/doc/src/guide/specs.asciidoc @@ -80,6 +80,7 @@ for or related to HTTP. * https://tools.ietf.org/html/rfc7804[RFC 7804]: Salted Challenge Response HTTP Authentication Mechanism * https://tools.ietf.org/html/rfc7838[RFC 7838]: HTTP Alternative Services * https://tools.ietf.org/html/rfc7932[RFC 7932]: Brotli Compressed Data Format +* https://tools.ietf.org/html/rfc7936[RFC 7936]: Clarifying Registry Procedures for the WebSocket Subprotocol Name Registry * https://tools.ietf.org/html/rfc8053[RFC 8053]: HTTP Authentication Extensions for Interactive Clients * https://tools.ietf.org/html/rfc8164[RFC 8164]: Opportunistic Security for HTTP/2 * https://tools.ietf.org/html/rfc8188[RFC 8188]: Encrypted Content-Encoding for HTTP |