diff options
author | Paul Oliver <[email protected]> | 2011-10-30 11:22:12 +0000 |
---|---|---|
committer | Paul Oliver <[email protected]> | 2011-10-30 11:22:12 +0000 |
commit | 89752a2769b54b8d3c9dc0cc72ab482726759bce (patch) | |
tree | d77ca310051f1e77c6718f99224853b48bdb4ff6 /src | |
parent | 30c3c75bbcbbf36c2b82ede0a723f4271e05e510 (diff) | |
download | cowboy-89752a2769b54b8d3c9dc0cc72ab482726759bce.tar.gz cowboy-89752a2769b54b8d3c9dc0cc72ab482726759bce.tar.bz2 cowboy-89752a2769b54b8d3c9dc0cc72ab482726759bce.zip |
update record spec for version 13
Diffstat (limited to 'src')
-rw-r--r-- | src/cowboy_http_websocket.erl | 2 |
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()}, |