]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Show the SD iobuf in trace messages on stream send events
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 16 Oct 2024 12:54:47 +0000 (14:54 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Oct 2024 11:53:40 +0000 (13:53 +0200)
commit2c82ca60c61eb452f673113d2c86b18a66b11628
tree29f0eba741801471f8eb773f84fed96abf040113
parent48f1e2b6fe8457bb5b9d8db9447157c244d871b7
MINOR: mux-h1: Show the SD iobuf in trace messages on stream send events

Info about the SD iobuf are now dumped in trace messages when a stream send
event is processed. It is a useful information to debug zero-copy forwarding
issues.
src/mux_h1.c