Fix mixed declarations and code [-Wdeclaration-after-statement].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1808014 13f79535-47bb-0310-9956-
ffa450edef68
((conn->worker->s->flush_packets == flush_auto) &&
(apr_poll(flushpoll, 1, &flushpoll_fd,
conn->worker->s->flush_wait) == APR_TIMEUP))) && mayflush) {
- mayflush = 0;
apr_bucket* flush_b = apr_bucket_flush_create(r->connection->bucket_alloc);
APR_BRIGADE_INSERT_TAIL(ob, flush_b);
rv = ap_pass_brigade(r->output_filters, ob);
*err = "passing headers brigade to output filters";
break;
}
+ mayflush = 0;
}
}
}