]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Shutdown immediately on read timeout.
authorGraham Leggett <minfrin@apache.org>
Sat, 22 Jan 2022 18:27:33 +0000 (18:27 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 22 Jan 2022 18:27:33 +0000 (18:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897351 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c

index a6fd9e93d7a1e8023ceb1d510fe8e265dc15f280..e88baefddbf4263ced7e81723f28e08fad46fe9e 100644 (file)
@@ -2310,7 +2310,7 @@ do_maintenance:
             }
             /* Step 2: read line timeouts */
             process_timeout_queue(read_line_q, now,
-                                  defer_lingering_close);
+                                  shutdown_connection);
             /* Step 3: write completion timeouts */
             process_timeout_queue(write_completion_q, now,
                                   defer_lingering_close);