]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc 16086/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 5 Sep 2025 13:44:18 +0000 (15:44 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 13:44:18 +0000 (15:44 +0200)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Remi Gacogne <github@coredump.fr>
pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc

index 1a57c9cea8c17a725fc53d11d7f27d59a46bf69e..fe63f9dccd8e2b1b615a5ead8fd752203161906d 100644 (file)
@@ -790,7 +790,6 @@ BOOST_FIXTURE_TEST_CASE(test_ConnectionReuse, TestFixture)
     {ExpectedStep::ExpectedRequest::readFromBackend, IOState::Done, std::numeric_limits<size_t>::max()},
     /* later the backend sends a go away frame */
     {ExpectedStep::ExpectedRequest::readFromBackend, IOState::Done, std::numeric_limits<size_t>::max(), [](int desc) {
-       (void)desc;
        s_connectionBuffers.at(desc)->submitGoAway(true);
      }},
     {ExpectedStep::ExpectedRequest::closeBackend, IOState::Done},