commit | 2ab6eb1e24a28c63e52a825e0e1573ca76d7d49f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jan 02 22:04:45 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jan 02 22:04:45 2010 +0100 |
tree | acb68b82918d02afd69d9f8e69af75cb73d5d348 | |
parent | 15de77e16e6569a82089046328a1178e2c5ce75d [diff] |
[MEDIUM] http: make the parsers able to wait for a buffer flush When too large a message lies in a buffer before parsing a new request/response, we can now wait for previous outgoing data to leave the buffer before attempting to parse again. After that we can consider the opportunity to realign the buffer if needed.