mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
http://issues.apache.org/bugzilla/show_bug.cgi?id=29237 PR: 67928 Submitted by: Helge Oldach <apache13jun14@oldach.net>
11 lines
449 B
C
11 lines
449 B
C
--- src/main/http_request.c.bak Wed Apr 28 20:58:42 2004
|
|
+++ src/main/http_request.c Mon Jun 14 17:11:06 2004
|
|
@@ -1056,7 +1056,7 @@
|
|
*/
|
|
if ((r->status != HTTP_NOT_MODIFIED) && (r->status != HTTP_NO_CONTENT)
|
|
&& !ap_status_drops_connection(r->status)
|
|
- && r->connection && (r->connection->keepalive > 0)) {
|
|
+ && r->connection && (r->connection->keepalive != -1)) {
|
|
|
|
(void) ap_discard_request_body(r);
|
|
}
|