From b6f6ed35fc01d2a657304f21e9746be527fefa58 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 2 Mar 2016 19:06:29 -0800 Subject: More Windows tweaks and a compile fix. --- ext/http-parser/http_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/http-parser/http_parser.c b/ext/http-parser/http_parser.c index 98e0b9f2..a113c7f5 100644 --- a/ext/http-parser/http_parser.c +++ b/ext/http-parser/http_parser.c @@ -2299,7 +2299,7 @@ http_parse_host_char(enum http_host_state s, const char ch) { static int http_parse_host(const char * buf, struct http_parser_url *u, int found_at) { - assert(u->field_set & (1 << UF_HOST)); + //assert(u->field_set & (1 << UF_HOST)); enum http_host_state s; const char *p; -- cgit v1.2.3