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