]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2/trace: missing conn pointer in demux full message
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Oct 2019 09:05:46 +0000 (11:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 2 Oct 2019 12:16:14 +0000 (14:16 +0200)
commit35fb846333a266ebcddec90516430be5b5b12ec8
tree71ccb05858b0acadec530f44daf4d7ff7a902c1f
parentcb8f03fc4634ddcdcf3236dea00e31ef9d684d15
MINOR: mux-h2/trace: missing conn pointer in demux full message

One trace was missing the connection's pointer, reporting "demux buffer full"
without indicating for what connection it was.
src/mux_h2.c