nginx-0.1.31-RELEASE import

    *) 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.
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index f05bc1b..e2f3033 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -366,8 +366,8 @@
     unsigned                          closed:1;
     unsigned                          done:1;
 
+    unsigned                          main_filter_need_in_memory:1;
     unsigned                          filter_need_in_memory:1;
-    unsigned                          filter_ssi_need_in_memory:1;
     unsigned                          filter_need_temporary:1;
     unsigned                          filter_allow_ranges:1;