From: Vsevolod Stakhov Date: Thu, 6 Jun 2013 16:21:26 +0000 (+0100) Subject: Another fix to streaming handle. X-Git-Tag: 0.5.6~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b96a568fa2fd9ddb1643d6ab3bb1cd1ddea5f166;p=thirdparty%2Frspamd.git Another fix to streaming handle. --- diff --git a/src/worker.c b/src/worker.c index f040729f1e..e00ec8d4d4 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 */