backend closes the connection.
PR: 54474
Submitted by: Pavel Mateja <pavel netsafe cz>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1442320 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_proxy_connect: Don't keepalive the connection to the client if the
+ backend closes the connection. PR 54474. [Pavel Mateja <pavel netsafe cz>]
+
*) core: Add option to add valgrind suport. Use it to reduce false positive
warnings in mod_ssl. [Stefan Fritsch]
ap_lingering_close(backconn);
c->aborted = 1;
+ c->keepalive = AP_CONN_CLOSE;
return OK;
}