We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f4d25 commit f8fc570Copy full SHA for f8fc570
1 file changed
httpclient5/src/main/java/org/apache/hc/client5/http/impl/io/PoolingHttpClientConnectionManager.java
@@ -400,9 +400,7 @@ public ConnectionEndpoint get(
400
}
401
} catch (final TimeoutException | ExecutionException | CancellationException ignore) {
402
} catch (final InterruptedException interrupted) {
403
- if (!(ex instanceof InterruptedException)) {
404
Thread.currentThread().interrupt();
405
- }
406
407
408
throw ex;
0 commit comments