mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: state filter: timeout could be followed by connect
This commit is contained in:
parent
0d588b292c
commit
6f6147d7a5
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ static const uint32_t ss_state_txn_validity[] = {
|
|||
(1 << LWSSSCS_TIMEOUT),
|
||||
|
||||
[LWSSSCS_TIMEOUT] = (1 << LWSSSCS_CONNECTING) |
|
||||
(1 << LWSSSCS_CONNECTED) |
|
||||
(1 << LWSSSCS_POLL) |
|
||||
(1 << LWSSSCS_TIMEOUT) |
|
||||
(1 << LWSSSCS_DISCONNECTED) |
|
||||
|
|
Loading…
Add table
Reference in a new issue