mirror of
https://github.com/nginx/nginx.git
synced 2025-01-05 21:53:01 -06:00
we do not need the zero terminated r->uri for a long time
This commit is contained in:
parent
da04d54f81
commit
4346bab52e
@ -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 New Issue
Block a user