|
|
|
@ -2121,6 +2121,7 @@ http_parser_parse_url(const char *buf, size_t buflen, int is_connect,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* host must be present if there is a schema */
|
|
|
|
|
/* parsing http:///toto will fail */
|
|
|
|
|
if ((u->field_set & ((1 << UF_SCHEMA) | (1 << UF_HOST))) != 0) {
|
|
|
|
|
if (http_parse_host(buf, u, found_at) != 0) {
|
|
|
|
|
return 1;
|
|
|
|
|