commit | 538bb0441c7a28f27389fce957b3b337e82130d9 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Mon Feb 15 13:58:06 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 15 15:12:55 2021 +0100 |
tree | 75e8c85812130d38c55e9eda10b24e4e209ad591 | |
parent | e3f7bd5ae9e969cbfe87e4130d06bff7a3e814c6 [diff] |
BUG/MINOR: dns: add test on result getting value from buffer into ring. This patch adds a missing test in dns_session_io_handler, getting the query id from the buffer of the ring. An error should never happen since messages are completely added atomically. This bug should fix github issue #1133