Former-commit-id: 46224721237616c345f6726b721a354d7bda71df
This commit is contained in:
John Sully 2020-02-10 19:52:57 -05:00
parent 5a71721610
commit 3f62860342

View File

@ -1690,7 +1690,7 @@ void clientsCron(int iel) {
/* The following functions do different service checks on the client.
* The protocol is that they return non-zero if the client was
* terminated. */
if (clientsCronHandleTimeout(c,now)) goto LContinue;
if (clientsCronHandleTimeout(c,now)) continue; // Client free'd so don't release the lock
if (clientsCronResizeQueryBuffer(c)) goto LContinue;
if (clientsCronTrackExpansiveClients(c)) goto LContinue;
LContinue: