Re: Prefetch before connecting/reusing backend and leverage ping/100-continue (was: svn commit: r1676855 - /httpd/httpd/branches/2.4.x/STATUS)

2015-05-10 Thread Yann Ylavic
On Thu, Apr 30, 2015 at 4:14 AM, Yann Ylavic wrote: > > I'm almost done with these changes and will propose a patch soon, > thoughts/showstoppers? Here is the corresponding patch (attached). I chose to define a new proxy_http_req_t struct which is passed to each mod_proxy_http (static) functions

Prefetch before connecting/reusing backend and leverage ping/100-continue (was: svn commit: r1676855 - /httpd/httpd/branches/2.4.x/STATUS)

2015-04-29 Thread Yann Ylavic
On Wed, Apr 29, 2015 at 10:48 PM, wrote: > > + * mod_proxy_http: Don't establish or reuse a backend connection before > pre- > + fetching the request body, so to minimize the delay between it is > supposed > + to be alive and the first bytes sent: this is a best effort to prevent > t