]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Dig now reports missing query section for opcode QUERY
authorMark Andrews <marka@isc.org>
Wed, 7 Aug 2024 02:20:22 +0000 (02:20 +0000)
committerMark Andrews <marka@isc.org>
Wed, 7 Aug 2024 02:20:22 +0000 (02:20 +0000)
commit7facf967aca16ca35244d5de5a282b3621da98c8
tree705a9042e06af8bb2279976b7aea868be17d1e09
parentb620b7e911877c109382d7d33c960a65f07a94da
parent327e890910b8ff1c0100385e1c17ad0f48c4606a
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

Merge branch '4808-have-dig-report-missing-question-section-in-axfr-response' into 'main'

Closes #4808

See merge request isc-projects/bind9!9233