static integer
Submitted by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86689
13f79535-47bb-0310-9956-
ffa450edef68
const long int zero = 0L;
char *date = NULL;
request_rec *r = f->r;
-/* This hack should be removed as soon as we can remove filters */
- static int foobar = 0;
- if (foobar != 0) {
+ if ((int)f->ctx != 0) {
return ap_pass_brigade(f->next, b);
}
- foobar++;
-/* END HACK */
+ (int)f->ctx++;
if (r->assbackwards) {
if (!r->main)