we do not need the zero terminated r->uri for a long time
This commit is contained in:
parent
397300b08f
commit
cc529878c7
1 changed files with 0 additions and 1 deletions
|
@ -1032,7 +1032,6 @@ ngx_http_parse_complex_uri(ngx_http_request_t *r)
|
|||
done:
|
||||
|
||||
r->uri.len = u - r->uri.data;
|
||||
r->uri.data[r->uri.len] = '\0';
|
||||
|
||||
if (r->uri_ext) {
|
||||
r->exten.len = u - r->uri_ext;
|
||||
|
|
Loading…
Reference in a new issue