1
0
Fork 0
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:
Andy Green 2021-08-19 08:01:53 +01:00
parent 31bbeb520d
commit 33d06386ff

View file

@ -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),