diff options
Diffstat (limited to 'src/protocol.c')
-rw-r--r-- | src/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |