we do not need the zero terminated r->uri for a long time

This commit is contained in:
Igor Sysoev 2006-10-28 08:45:01 +00:00
parent da04d54f81
commit 4346bab52e

View File

@ -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;