mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
sspc: allow 32-bit states
This commit is contained in:
parent
7b2ef3b19e
commit
82fe436fff
1 changed files with 1 additions and 1 deletions
|
@ -1176,7 +1176,7 @@ payload_ff:
|
|||
break;
|
||||
}
|
||||
|
||||
if (par->ctr < 0 || par->ctr > 16)
|
||||
if (par->ctr < 0)
|
||||
goto hangup;
|
||||
|
||||
#if defined(_DEBUG)
|
||||
|
|
Loading…
Add table
Reference in a new issue