diff options
author | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2016-03-02 19:06:29 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@zerotier.com> | 2016-03-02 19:06:29 -0800 |
commit | b6f6ed35fc01d2a657304f21e9746be527fefa58 (patch) | |
tree | 8a13a23e850c7c60707c98eec90a232c2da7e34e /ext | |
parent | d3cb063d13b003ac9270efce8bf571b718c50af5 (diff) | |
download | infinitytier-b6f6ed35fc01d2a657304f21e9746be527fefa58.tar.gz infinitytier-b6f6ed35fc01d2a657304f21e9746be527fefa58.zip |
More Windows tweaks and a compile fix.
Diffstat (limited to 'ext')
-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; |