Update clogged counter on read_request retry too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1824454 13f79535-47bb-0310-9956-
ffa450edef68
* where they would otherwise read, or read where they would
* otherwise write, should set the sense appropriately.
*/
+read_request:
if (clogging) {
apr_atomic_inc32(&clogged_count);
}
-read_request:
rc = ap_run_process_connection(c);
if (clogging) {
apr_atomic_dec32(&clogged_count);
- clogging = 0;
+ clogging = c->clogging_input_filters;
}
if (cs->pub.state > CONN_STATE_LINGER) {
cs->pub.state = CONN_STATE_LINGER;