commit | 72b6273b5b4fdb2c4165735809e90270b7efdd38 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 28 16:44:44 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:20:36 2018 +0100 |
tree | 42e641095113429b26dde4d66654f70cf40b5e04 | |
parent | 66229af8df8dd94f595821d00d08039e09eb23a6 [diff] |
BUG/MINOR: proto_htx: Send outgoing data to client to start response processing In http_wait_for_response(), we wait that all outgoing data have really been sent (from the channel's point of view) to start the processing of the response. In fact, it is used to send all intermediate 10x responses. For now the HTX api is not really handy when multiple messages are stored in the HTX structure.