From: Remi Gacogne Date: Fri, 5 Sep 2025 13:44:18 +0000 (+0200) Subject: Update pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc X-Git-Tag: dnsdist-1.9.11~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a04552a2b257d7dcf7c65d9cd18ecc13903bd4e7;p=thirdparty%2Fpdns.git Update pdns/dnsdistdist/test-dnsdistnghttp2_cc.cc Co-authored-by: Miod Vallat Signed-off-by: Remi Gacogne --- 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},