]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Handle Quiche >= 0.23.0 since the API changed 15183/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Feb 2025 15:24:08 +0000 (16:24 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 20 Feb 2025 10:37:30 +0000 (11:37 +0100)
commit67c3309f918d09339289151441439d4fce641da1
tree488a4dcd25f2f5b3619946384484b5bfd5df84c9
parent012608387fb6defb35102de42d5967da4fc280fa
dnsdist: Handle Quiche >= 0.23.0 since the API changed

Quiche 0.23.0 has renamed `quiche_h3_event_headers_has_body` to
`quiche_h3_event_headers_has_more_frames`, so we need to handle that.

(cherry picked from commit 35ab1dbe0ab9814445e8be8ba3ab7b719e1b5667)
pdns/dnsdistdist/doh3.cc
pdns/dnsdistdist/m4/pdns_with_quiche.m4