+1: elu,
ylavic: don't we know from the very beginning of store_body() if
r->connection->aborted, so to fail there?
+ rpluem: Agreed. I guess we can move this up to line 733 before the loop.
*) mod_proxy: don't recyle backend announced "Connection: close" connections
to avoid reusing it should the close be effective after some new request
http://svn.apache.org/r1703807
http://svn.apache.org/r1703813
2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_proxy-connection_close.patch
- +1: ylavic
+ +1: ylavic, rpluem
ylavic: while at it, I also included r1678763 which is only an
optimization, but allows to keep code in sync with 2.4/trunk.