commit | 56c176a780f1739eda64c41c72a6de3a36bc822f | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat Mar 06 20:06:51 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 09 09:24:32 2021 +0100 |
tree | 56fa9d9c1e6f59beb29d9f6e4cf86ac948af3e6d | |
parent | 615f81eb5ad3e8c691901db8ce3e6a4a6b6efa49 [diff] |
CLEANUP: connection: Consistently use `struct ist` to process all TLV types Instead of directly poking around within the `struct tlv tlv_packet` the actual value will be consumed using a `struct ist`.