From a04552a2b257d7dcf7c65d9cd18ecc13903bd4e7 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 5 Sep 2025 15:44:18 +0200 Subject: [PATCH] Update pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc Co-authored-by: Miod Vallat Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc b/pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc index 1a57c9cea..fe63f9dcc 100644 --- a/pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc +++ b/pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc @@ -790,7 +790,6 @@ BOOST_FIXTURE_TEST_CASE(test_ConnectionReuse, TestFixture) {ExpectedStep::ExpectedRequest::readFromBackend, IOState::Done, std::numeric_limits::max()}, /* later the backend sends a go away frame */ {ExpectedStep::ExpectedRequest::readFromBackend, IOState::Done, std::numeric_limits::max(), [](int desc) { - (void)desc; s_connectionBuffers.at(desc)->submitGoAway(true); }}, {ExpectedStep::ExpectedRequest::closeBackend, IOState::Done}, -- 2.47.3