commit | e05bf9e4137a7e61351cf0782abbe2dfd7ec7f04 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 29 15:23:40 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | 83a200e11f40ca74b57159ae8e41dbfac18a81a1 | |
parent | 908628c4c0a3a7f01caeccd7d9a50607daa5ed9f [diff] |
MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transaction The L7 retries only concerns the stream when a server connection is established. Thus instead of storing the L7 buffer into the stream-interface, it may be moved to the stream. And because it is only available for HTTP streams, it may be moved in the HTTP transaction. Associated flags are also moved into the HTTP transaction.