From b96a568fa2fd9ddb1643d6ab3bb1cd1ddea5f166 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 6 Jun 2013 17:21:26 +0100 Subject: [PATCH] Another fix to streaming handle. --- src/worker.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.39.5