From 9ce994d6001fa1e4eeb299dbeb65425aa943cb63 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 18 Aug 2011 17:40:01 +0400 Subject: [PATCH] Add more. --- src/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.c b/src/protocol.c index 59d8fda13..df7ef4f9c 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -589,7 +589,7 @@ parse_header (struct worker_task *task, f_str_t * line) } } - return res; + return res || task->is_http; } gboolean -- 2.39.5