]> granicus.if.org Git - apache/commit
Don't stop sending a request if EAGAIN is returned, which will only
authorRoy T. Fielding <fielding@apache.org>
Mon, 12 May 2008 20:53:13 +0000 (20:53 +0000)
committerRoy T. Fielding <fielding@apache.org>
Mon, 12 May 2008 20:53:13 +0000 (20:53 +0000)
commit07bf18059d59db23ab8d7e56204b1b84a1e0c97f
treecaba6884da295220fc9077bb50a4465aaa2a80ce
parent05f59ab2db7ff901bd1f51dfb8268471082287be
Don't stop sending a request if EAGAIN is returned, which will only
happen if both the write and subsequent wait are returning EAGAIN,
and count posted bytes correctly when the initial write of a request
is not complete.

PR 10038, 38861, 39679
Submitted by: Patrick McManus <mcmanus datapower.com> (in 2003)
              Stefan Fleiter <stefan.fleiter web.de>  (in 2006)
              and Davanum Srinivas (in 2006).  Committed patch
              contains parts of all three, tweaked by Roy (2008).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655637 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
support/ab.c