aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_websocket.erl
diff options
context:
space:
mode:
authorPaul Oliver <[email protected]>2011-10-30 11:22:12 +0000
committerPaul Oliver <[email protected]>2011-10-30 11:22:12 +0000
commit89752a2769b54b8d3c9dc0cc72ab482726759bce (patch)
treed77ca310051f1e77c6718f99224853b48bdb4ff6 /src/cowboy_http_websocket.erl
parent30c3c75bbcbbf36c2b82ede0a723f4271e05e510 (diff)
downloadcowboy-89752a2769b54b8d3c9dc0cc72ab482726759bce.tar.gz
cowboy-89752a2769b54b8d3c9dc0cc72ab482726759bce.tar.bz2
cowboy-89752a2769b54b8d3c9dc0cc72ab482726759bce.zip
update record spec for version 13
Diffstat (limited to 'src/cowboy_http_websocket.erl')
-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 a061ad0..d378a2a 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()},