Latest update - 7296

This commit is contained in:
2018-06-08 18:54:51 +09:00
parent faee6efcda
commit 4c81d7a5fa
6 changed files with 58 additions and 28 deletions
+5
View File
@@ -307,6 +307,11 @@ ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b)
break;
}
if ((ch >= '0' && ch <= '9') || ch == '+' || ch == '-' || ch == '.')
{
break;
}
switch (ch) {
case ':':
r->schema_end = p;