mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: CREATING to TIMEOUT is possible with sspc and active timeout
This commit is contained in:
parent
31bbeb520d
commit
33d06386ff
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ const uint32_t ss_state_txn_validity[] = {
|
|||
(1 << LWSSSCS_DESTROYING),
|
||||
|
||||
[LWSSSCS_CREATING] = (1 << LWSSSCS_CONNECTING) |
|
||||
(1 << LWSSSCS_TIMEOUT) |
|
||||
(1 << LWSSSCS_POLL) |
|
||||
(1 << LWSSSCS_SERVER_UPGRADE) |
|
||||
(1 << LWSSSCS_DESTROYING),
|
||||
|
|
Loading…
Add table
Reference in a new issue