summaryrefslogtreecommitdiffstats
path: root/server/mpm/motorz/motorz.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/mpm/motorz/motorz.c')
-rw-r--r--server/mpm/motorz/motorz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/motorz/motorz.c b/server/mpm/motorz/motorz.c
index be8f3020e4..f3a543e798 100644
--- a/server/mpm/motorz/motorz.c
+++ b/server/mpm/motorz/motorz.c
@@ -438,7 +438,7 @@ read_request:
|| c->aborted) {
scon->cs.state = CONN_STATE_LINGER;
}
- else if (c->data_in_input_filters || ap_run_input_pending(c) == OK) {
+ else if (ap_run_input_pending(c) == OK) {
scon->cs.state = CONN_STATE_READ_REQUEST_LINE;
goto read_request;
}