0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

update record spec for version 13

This commit is contained in:
Paul Oliver 2011-10-30 11:22:12 +00:00
parent 30c3c75bbc
commit 89752a2769

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