diff src/http/ngx_http_core_module.c @ 772:843412b22ba2

compact r->http_minor and r->http_major
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Oct 2006 13:08:26 +0000
parents 86bb73dc8d40
children c3ebeee31026
line wrap: on
line diff
--- 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 *
 
     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;