BUG/MINOR: dns: missing test writing in output channel in session handler
authorEmeric Brun <ebrun@haproxy.com>
Mon, 15 Feb 2021 13:12:06 +0000 (14:12 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Feb 2021 14:13:01 +0000 (15:13 +0100)
commit743afeed3336c99ef3b4b5e355c9baf49b2cf03b
tree6850b0141fed1c0f0488294fc8c8ea12eafb018d
parent526b79219ecdf4154d9e79eda2c0cd3b621d622a
BUG/MINOR: dns: missing test writing in output channel in session handler

This patch fix a case which should never happen writing
in output channel since we check available room before

This patch should fix github issue #1132
src/dns.c