... 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
-*- 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
c->rwrite = reqlen;
if (send_body)
c->rwrite += postlen;
+ l = c->rwrite;
}
else if (tnow > c->connect + aprtimeout) {
printf("Send request timed out!\n");