]> granicus.if.org Git - apache/commitdiff
Teach me to change just one more thing before committing. This fixes my
authorRyan Bloom <rbb@apache.org>
Fri, 26 Jan 2001 17:57:55 +0000 (17:57 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 26 Jan 2001 17:57:55 +0000 (17:57 +0000)
last commit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87855 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 4a46395d2bc5b16d788f0bbe320cdc4c8b804ed7..301e41e900758281e82eb89bddc3f5b4e52e6973 100644 (file)
@@ -3432,8 +3432,8 @@ static void reset_filters(request_rec *r)
             continue;
         }
         else {
-            f = f->next;
             ap_remove_output_filter(f);
+            f = f->next;
         }
     }
 }