]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Dig now reports missing query section for opcode QUERY
authorMichał Kępień <michal@isc.org>
Wed, 7 Aug 2024 12:02:37 +0000 (12:02 +0000)
committerMichał Kępień <michal@isc.org>
Wed, 7 Aug 2024 12:02:37 +0000 (12:02 +0000)
commitb277a6f1f0a12f823d0db63e7b8d9b01bbbfe2ea
treede3c0db0c4e02a5b412857aa078e2234744c6581
parent520ad2d2068624e13e71545feb9321a1fb2a3cb5
parent813b8e9b128efebd04efaee08ff196c080826b1f
[9.20] fix: usr: Dig now reports missing query section for opcode QUERY

Query responses should contain the question section with some exceptions.  Dig was not reporting this.

Closes #4808

Backport of MR !9233

Merge branch 'backport-4808-have-dig-report-missing-question-section-in-axfr-response-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9269