commit | a3308fd8c1851f06b1374da0f3aa005245a88dd3 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Wed Nov 04 10:52:59 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 06 01:15:34 2015 +0100 |
tree | 00dfe5dfb20637adca62bbbc500a2dfe781e59fd | |
parent | 1db96672c4cd264ebca8197bec93a5ce1b23aaa9 [diff] |
BUG/MEDIUM: lua: clean output buffer When the txn.done() fiunction is called, the ouput buffer is cleaned, but the associated relative pointer on the HTTP requests elements is not reseted. This patch remove this cleanup, because the output buffer may contain data to forward.