More Windows tweaks and a compile fix.

This commit is contained in:
Adam Ierymenko 2016-03-02 19:06:29 -08:00
parent d3cb063d13
commit b6f6ed35fc
2 changed files with 65 additions and 57 deletions

View file

@ -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;