Latest update - 7580

This commit is contained in:
2019-10-16 08:53:14 +09:00
parent 8b760dce84
commit deb38ff87c
+4
View File
@@ -912,6 +912,8 @@ ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,
i = 1;
} else {
hash = 0;
i = 0;
r->invalid_header = 1;
}
@@ -922,6 +924,8 @@ ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,
return NGX_HTTP_PARSE_INVALID_HEADER;
}
hash = 0;
i = 0;
r->invalid_header = 1;
break;