Skip to content

Commit

Permalink
#10226 disable client leak tracking for H1 transports
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Aug 29, 2023
1 parent 8ae62e3 commit 1551376
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ public boolean handle(Request request, org.eclipse.jetty.server.Response respons
@ParameterizedTest
@MethodSource("transports")
@Tag("DisableLeakTracking:client:HTTP")
@Tag("DisableLeakTracking:client:HTTPS")
@Tag("DisableLeakTracking:client:FCGI")
@Tag("DisableLeakTracking:client:UNIX_DOMAIN")
public void testInputStreamResponseListenerClosedBeforeContent(Transport transport) throws Exception
Expand Down Expand Up @@ -395,7 +396,10 @@ public void onFailure(Response response, Throwable failure)

@ParameterizedTest
@MethodSource("transports")
@Tag("DisableLeakTracking:client:HTTP")
@Tag("DisableLeakTracking:client:HTTPS")
@Tag("DisableLeakTracking:client:FCGI")
@Tag("DisableLeakTracking:client:UNIX_DOMAIN")
public void testInputStreamResponseListenerFailedWhileWaiting(Transport transport) throws Exception
{
start(transport, new Handler.Abstract()
Expand Down

0 comments on commit 1551376

Please sign in to comment.