mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: POLL to all retries failed is possible
It's possible we started POLL, but no connection could happen for some reason, and we end in the window between POLL and trying the connection.
This commit is contained in:
parent
5c24f1edad
commit
24758bd479
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ const uint32_t ss_state_txn_validity[] = {
|
|||
|
||||
[LWSSSCS_POLL] = (1 << LWSSSCS_CONNECTING) |
|
||||
(1 << LWSSSCS_TIMEOUT) |
|
||||
(1 << LWSSSCS_ALL_RETRIES_FAILED) |
|
||||
(1 << LWSSSCS_DESTROYING),
|
||||
|
||||
[LWSSSCS_ALL_RETRIES_FAILED] = (1 << LWSSSCS_CONNECTING) |
|
||||
|
|
Loading…
Add table
Reference in a new issue