]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Fix a regression from 2.2.x: Set c->aborted to 1 if the return code from
authorRuediger Pluem <rpluem@apache.org>
Thu, 5 Jan 2006 20:56:43 +0000 (20:56 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 5 Jan 2006 20:56:43 +0000 (20:56 +0000)
commit150b795c748e88c4ea955d004363c36c38147371
tree0aed19a84bea04ce65e216ca54a405ec0d09e627
parent6afae96259e0e64d8243f07418332136f102dda9
* Fix a regression from 2.2.x: Set c->aborted to 1 if the return code from
  writing to the client is different from APR_SUCCESS in the blocking case or
  APR_SUCCESS or APR_EAGAIN in the non blocking case.

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