Don't keepalive the connection to the client if the
backend closes the connection.
PR: 54474
Submitted by: Pavel Mateja <pavel netsafe cz>
Submitted by: sf
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1443075 13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.4.4
+ *) mod_proxy_connect: Don't keepalive the connection to the client if the
+ backend closes the connection. PR 54474. [Pavel Mateja <pavel netsafe cz>]
+
*) mod_lua: Add bindings for mod_dbd/apr_dbd database access.
[Daniel Gruno]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_proxy_connect: Don't keep open connection to client after backend
- closes connection
- trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1442320
- 2.4.x patch: trunk patch works modulo CHANGES
- +1: sf, jim, trawick, rjung
-
* Fix incomplete filename in ErrorLog when trying to access files in non existing
directories (PR 39944)
trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1442412
ap_lingering_close(backconn);
c->aborted = 1;
+ c->keepalive = AP_CONN_CLOSE;
return OK;
}