From 95bea8d54d53d4da2acf0432a635c7430e0b04b8 Mon Sep 17 00:00:00 2001 From: Andrew Canaday Date: Tue, 8 Jul 2014 13:36:52 -0400 Subject: [PATCH] Don't need 'spill' label anymore with http_version. --- lib/parsers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/parsers.c b/lib/parsers.c index 69d99b348..87b00f77f 100644 --- a/lib/parsers.c +++ b/lib/parsers.c @@ -397,7 +397,6 @@ check_eol: goto swallow; } -spill: { int issue_result = issue_char(wsi, c); if (issue_result < 0) {