aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-05-16 13:53:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-05-16 13:53:20 +0000
commitd52477ff6da227552cd77ffcdf19941d5005ca13 (patch)
treeb075a90c87e64b29770391ebcd0070c9bd208f5f /src/http/ngx_http_request.c
parentd5d6b6bc3bfa5198f9ca7412b17feddaa348d1c6 (diff)
downloadnginx-d52477ff6da227552cd77ffcdf19941d5005ca13.tar.gz
nginx-d52477ff6da227552cd77ffcdf19941d5005ca13.zip
nginx-0.1.31-RELEASE importrelease-0.1.31
*) Bugfix: the response encrypted by SSL may not transferred complete. *) Bugfix: errors while processing FastCGI response by SSI. *) Bugfix: errors while using SSI and gzipping. *) Bugfix: the redirect with the 301 code was transferred without response body; the bug had appeared in 0.1.30.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 4cbf91581..37a176a0a 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -384,7 +384,7 @@ void ngx_http_init_request(ngx_event_t *rev)
c->ssl->no_rcv_shut = 1;
}
- r->filter_need_in_memory = 1;
+ r->main_filter_need_in_memory = 1;
}
#endif