aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-11-01 15:55:40 +0100
committerLoïc Hoguin <[email protected]>2011-11-01 15:55:40 +0100
commit68c1d886e5c4cb974b62b9c5fe7f21e6bbc5d557 (patch)
tree7552418aa579f40201256d958f93ffbbc57a59b8 /src
parent3ce2865d84f16acd395768eb4f02edc03a3f47ab (diff)
parent89752a2769b54b8d3c9dc0cc72ab482726759bce (diff)
downloadcowboy-68c1d886e5c4cb974b62b9c5fe7f21e6bbc5d557.tar.gz
cowboy-68c1d886e5c4cb974b62b9c5fe7f21e6bbc5d557.tar.bz2
cowboy-68c1d886e5c4cb974b62b9c5fe7f21e6bbc5d557.zip
Merge branch 'chrome-15' of https://github.com/puzza007/cowboy
Diffstat (limited to 'src')
-rw-r--r--src/cowboy_http_websocket.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http_websocket.erl b/src/cowboy_http_websocket.erl
index 136160e..08a0c90 100644
--- a/src/cowboy_http_websocket.erl
+++ b/src/cowboy_http_websocket.erl
@@ -47,7 +47,7 @@
-type mask_key() :: 0..16#ffffffff.
-record(state, {
- version :: 0 | 7 | 8,
+ version :: 0 | 7 | 8 | 13,
handler :: module(),
opts :: any(),
challenge = undefined :: undefined | binary() | {binary(), binary()},