aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-04 17:51:38 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-04-04 17:51:38 +0000
commit1dcaa97ccc0461df87a7c2956ce9f6b4fb1d0467 (patch)
tree81e97602dea9f55059075ed6f49b6b05fce75d38 /src/http/ngx_http_request.c
parent21a3c66a877e3bdf153f86110e253ab4b3717bf5 (diff)
downloadnginx-1dcaa97ccc0461df87a7c2956ce9f6b4fb1d0467.tar.gz
nginx-1dcaa97ccc0461df87a7c2956ce9f6b4fb1d0467.zip
refactor ngx_http_arg() using ngx_strcasestrn(),
back out zero termination introduced in r2138
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index c80ae101c..17d867a63 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -697,7 +697,6 @@ ngx_http_process_request_line(ngx_event_t *rev)
r->request_line.len = r->request_end - r->request_start;
r->request_line.data = r->request_start;
- *r->request_end = '\0';
if (r->args_start) {