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:
parent
fde9379e41
commit
3a01cc896d
1 changed files with 4 additions and 1 deletions
|
@ -164,7 +164,10 @@ http_postbody:
|
|||
goto bail;
|
||||
}
|
||||
goto http_complete;
|
||||
}
|
||||
} else
|
||||
libwebsocket_set_timeout(wsi,
|
||||
PENDING_TIMEOUT_HTTP_CONTENT,
|
||||
AWAITING_TIMEOUT);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue