diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/worker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/worker.c b/src/worker.c index f040729f1..e00ec8d4d 100644 --- a/src/worker.c +++ b/src/worker.c @@ -316,6 +316,7 @@ read_socket (f_str_t * in, void *arg) task->dispatcher->want_read = FALSE; return TRUE; } + task->dispatcher->want_read = FALSE; if (in->len > 0) { if (task->msg->begin == NULL) { /* Allocate buf */ |