1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

ssl renew timeout while post keeps coming

Signed-off-by: Christian Schüldt <crilla@kth.se>
This commit is contained in:
Christian Schüldt 2014-10-09 16:58:24 +08:00 committed by Andy Green
parent fde9379e41
commit 3a01cc896d

View file

@ -164,7 +164,10 @@ http_postbody:
goto bail;
}
goto http_complete;
}
} else
libwebsocket_set_timeout(wsi,
PENDING_TIMEOUT_HTTP_CONTENT,
AWAITING_TIMEOUT);
}
break;