]> granicus.if.org Git - apache/commit
* In the case that we fail to read the response line from the backend and if
authorRuediger Pluem <rpluem@apache.org>
Tue, 8 Apr 2008 09:49:13 +0000 (09:49 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 8 Apr 2008 09:49:13 +0000 (09:49 +0000)
commit389a94500d7dfff5900477d26ccf7d0814e0d4b9
treef47b52dd08e38cbfdd932bfd9a6da8b3f5ff7bc3
parent3cb64b009a7636d04c812218d9a25fb35d54b4d4
* 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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645813 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_filters.c
modules/proxy/mod_proxy_http.c