diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-10-12 13:08:26 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-12 13:08:26 +0000 |
| commit | c3df798bb434682be2ea3b4d09e923bc58f0af34 (patch) | |
| tree | 4562e45670c974f6fe4114c98efbbc9fd9c0987b /src/http/ngx_http_core_module.c | |
| parent | a9ef4b06c29777d0d4b904ebade8bb1c26531ba7 (diff) | |
| download | nginx-c3df798bb434682be2ea3b4d09e923bc58f0af34.tar.gz nginx-c3df798bb434682be2ea3b4d09e923bc58f0af34.tar.bz2 | |
compact r->http_minor and r->http_major
Diffstat (limited to 'src/http/ngx_http_core_module.c')
| -rw-r--r-- | src/http/ngx_http_core_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index c132a2d52..0cc9c7ffa 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -1341,7 +1341,6 @@ ngx_http_subrequest(ngx_http_request_t *r, sr->method = NGX_HTTP_GET; sr->http_version = r->http_version; - sr->http_major = r->http_minor; sr->request_line = r->request_line; sr->uri = *uri; |
