Fix misplaced initialisation of timeout

This commit is contained in:
Manuel Pégourié-Gonnard 2014-10-01 16:58:16 +02:00 committed by Paul Bakker
parent 37a4de2cec
commit 6c1fa3a184
2 changed files with 5 additions and 4 deletions

View file

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