Fix misplaced initialisation of timeout
This commit is contained in:
parent
37a4de2cec
commit
6c1fa3a184
2 changed files with 5 additions and 4 deletions
|
@ -255,6 +255,8 @@
|
|||
*
|
||||
* The SENDING state is merged in PREPARING for initial sends,
|
||||
* but is distinct for resends.
|
||||
*
|
||||
* Note: initial state is wrong for server, but is not used anyway.
|
||||
*/
|
||||
#define SSL_RETRANS_PREPARING 0
|
||||
#define SSL_RETRANS_SENDING 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue