mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Merge branch 'chrome-15' of https://github.com/puzza007/cowboy
This commit is contained in:
commit
68c1d886e5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
-type mask_key() :: 0..16#ffffffff.
|
-type mask_key() :: 0..16#ffffffff.
|
||||||
|
|
||||||
-record(state, {
|
-record(state, {
|
||||||
version :: 0 | 7 | 8,
|
version :: 0 | 7 | 8 | 13,
|
||||||
handler :: module(),
|
handler :: module(),
|
||||||
opts :: any(),
|
opts :: any(),
|
||||||
challenge = undefined :: undefined | binary() | {binary(), binary()},
|
challenge = undefined :: undefined | binary() | {binary(), binary()},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue