]> granicus.if.org Git - apache/commitdiff
actuall fix the bug
authorIan Holsman <ianh@apache.org>
Fri, 30 Aug 2002 16:31:17 +0000 (16:31 +0000)
committerIan Holsman <ianh@apache.org>
Fri, 30 Aug 2002 16:31:17 +0000 (16:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96590 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_deflate.c

index d7a7e2a9d42c91b2344546c49e13cdf966a39b6b..0425a78df0690c422810c8c49b2e10c1f350ca77 100644 (file)
@@ -283,8 +283,8 @@ static apr_status_t deflate_out_filter(ap_filter_t *f,
                                                   "gzip-only-text/html");
             if ( env_value && (strcmp(env_value,"1") == 0) ) {
                 ap_remove_output_filter(f);
-            }
-            return ap_pass_brigade(f->next, bb);
+                return ap_pass_brigade(f->next, bb);
+            }            
         }
 
         /* Let's see what our current Content-Encoding is.