comparison 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
comparison
equal deleted inserted replaced
771:c8f991340053 772:843412b22ba2
1339 1339
1340 sr->request_body = r->request_body; 1340 sr->request_body = r->request_body;
1341 1341
1342 sr->method = NGX_HTTP_GET; 1342 sr->method = NGX_HTTP_GET;
1343 sr->http_version = r->http_version; 1343 sr->http_version = r->http_version;
1344 sr->http_major = r->http_minor;
1345 1344
1346 sr->request_line = r->request_line; 1345 sr->request_line = r->request_line;
1347 sr->uri = *uri; 1346 sr->uri = *uri;
1348 1347
1349 if (args) { 1348 if (args) {