mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 03:42:06 +00:00
we do not need the zero terminated r->uri for a long time
This commit is contained in:
parent
da04d54f81
commit
4346bab52e
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…
Add table
Add a link
Reference in a new issue