]> granicus.if.org Git - pdns/commit
Fix stats handling for TCP queries.
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 2 Dec 2015 16:42:01 +0000 (17:42 +0100)
committerRemi Gacogne <rgacogne-github@coredump.fr>
Wed, 2 Dec 2015 21:50:04 +0000 (22:50 +0100)
commit19d34e95514ea175fa2c0aa7dbbe006cf6e99d77
treed8415a82645548f50fc54ecf319fbbeb281e678a
parent963bef8d193ac6f259303c152f6a44df46229ddc
Fix stats handling for TCP queries.

The previous commit tried to fix the fact that TCP queries were
not correctly accounted, but did not properly handle the fact that
several queries can be sent over a single connection.
Responses were not properly handled either.
pdns/dnsdist-tcp.cc