]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r645813 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Sat, 17 May 2008 19:47:38 +0000 (19:47 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 17 May 2008 19:47:38 +0000 (19:47 +0000)
commit1e8c308735a870c7a0afd098814dc13d461d8bac
treef0fcae5cc210a4c2effbf6313ca226bc48ea9d0b
parent6c10c6b8b5b6dc4484a06fd22ff47d191f51b3b7
Merge r645813 from trunk:

* In the case that we fail to read the response line from the backend and if
  we are a reverse proxy request shutdown the connection WITHOUT ANY response
  to trigger a retry by the client if allowed (as for idempotent requests).
  BUT currently we should not do this if the request is the first request on
  a keepalive connection as browsers like seamonkey only display an empty page
  in this case and do not do a retry.

Related to PR 37770

Submitted by: rpluem
Reviewed by: rpluem, jim, fielding

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@657443 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/http/http_filters.c
modules/proxy/mod_proxy_http.c