We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AssertionError
1 parent 54c86ce commit 1730733Copy full SHA for 1730733
1 file changed
docker-java-transport-okhttp/src/main/java/com/github/dockerjava/okhttp/OkDockerHttpClient.java
@@ -271,7 +271,7 @@ public void close() {
271
CLOSING.set(true);
272
try {
273
response.close();
274
- } catch (Exception e) {
+ } catch (Exception | AssertionError e) {
275
LOGGER.debug("Failed to close the response", e);
276
} finally {
277
CLOSING.set(previous);
0 commit comments