]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Stop over-allocating for DoH queries 10876/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 21 Oct 2021 13:05:36 +0000 (15:05 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 21 Oct 2021 13:05:36 +0000 (15:05 +0200)
commit6b143709b9fc41d161d58d85284feb252e889384
tree708a178cc3ed543e2f18f0c9e488c679c5e54070
parentfb1e4416a0de152aca2d9f1d47288c8b5a6f0041
dnsdist: Stop over-allocating for DoH queries

It used to be necessary because we had a fixed buffer and might have
needed the space for cache hits, but nowadays we can resize later
if needed so stop wasting memory.
pdns/dnsdistdist/doh.cc