diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-04-01 15:36:15 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-01 15:36:15 +0000 |
| commit | 9f958f5b9b071db4a69d7a02db4c4bbe5fd374b9 (patch) | |
| tree | 25463fd7b21208cf4f43a60157f0a4b351a1d549 /src/http/ngx_http_request.c | |
| parent | 0625c7898cc063b096dc4b419ddc144a8f416cd6 (diff) | |
| download | nginx-9f958f5b9b071db4a69d7a02db4c4bbe5fd374b9.tar.gz nginx-9f958f5b9b071db4a69d7a02db4c4bbe5fd374b9.tar.bz2 | |
r2138, r2308, r2360 merge:
$arg_... and $cookie_ variables
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 738c1fde9..ed48a6efe 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -650,6 +650,7 @@ 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) { |
