More Windows tweaks and a compile fix.
This commit is contained in:
parent
d3cb063d13
commit
b6f6ed35fc
2 changed files with 65 additions and 57 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue