We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6ebee commit c37e6e5Copy full SHA for c37e6e5
httpclient5-testing/src/test/java/org/apache/hc/client5/testing/sync/TestRedirects.java
@@ -810,6 +810,7 @@ void testCrossSiteRedirectWithSensitiveHeadersAndLaxRedirectStrategy(final Strin
810
final RedirectLocations redirects = context.getRedirectLocations();
811
Assertions.assertNotNull(redirects);
812
Assertions.assertEquals(1, redirects.size());
813
+ client.close();
814
} finally {
815
secondServer.shutdown(CloseMode.GRACEFUL);
816
}
0 commit comments