Commit 1dafe321 authored by Eric Covener's avatar Eric Covener
Browse files

ab: Fix send length calculation

... for the non-blocking connect case introduced in 2.4.30. 

Submitted By: jorton
Reviewed By: ylavic, druggeri, covener




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1825839 13f79535-47bb-0310-9956-ffa450edef68
parent a1ab554f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.4.32

  *) ab: Fix send length calculation for the non-blocking connect case
     introduced in 2.4.30.  [Joe Orton]

Changes with Apache 2.4.31

  *) mod_proxy_fcgi: Add the support for mod_proxy's flushpackets and flushwait
+1 −0
Original line number Diff line number Diff line
@@ -780,6 +780,7 @@ static void write_request(struct connection * c)
            c->rwrite = reqlen;
            if (send_body)
                c->rwrite += postlen;
            l = c->rwrite;
        }
        else if (tnow > c->connect + aprtimeout) {
            printf("Send request timed out!\n");