commit | 065e8338e863aae0395fb385eca7eb3dfcb4a945 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 08 00:30:20 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 08 00:36:57 2010 +0100 |
tree | d0aa046430c19e0895933b625a77807fcc1d7941 | |
parent | ea65e68cc8b9c1de6f07c2109274793fe98fe0e8 [diff] |
[MEDIUM] http: wait for some flush of the response buffer before a new request If we accept a new request and that request produces an immediate response (error, redirect, ...), then we may fail to send it in case of pipelined requests if the response buffer is full. To avoid this, we check the availability of at least maxrewrite bytes in the response buffer before accepting a new pipelined request.