0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
This commit is contained in:
Loïc Hoguin 2011-11-01 15:55:40 +01:00
commit 68c1d886e5

View file

@ -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()},