]> granicus.if.org Git - apache/commit
when the connection drops, c->aborted is set but generally
authorJeff Trawick <trawick@apache.org>
Thu, 31 Oct 2002 11:39:36 +0000 (11:39 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 31 Oct 2002 11:39:36 +0000 (11:39 +0000)
commit9d84c0a13e975f3b198f51b0f9e3cae9e311a236
tree82322ef0c1e26b641287a09b5f329e0fa171da34
parente219cde81efacc9b739b36e788c89388ea783d44
when the connection drops, c->aborted is set but generally
ap_pass_brigade returns APR_SUCCESS

content-length needs to be alert to c->aborted so that it
doesn't keep trying to pass brigades down (otherwise, you get
errors writing to the network over and over and over and ...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97363 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c