Skip to content

Commit

Permalink
Update src/java.net.http/share/classes/jdk/internal/net/http/Connecti…
Browse files Browse the repository at this point in the history
…onPool.java
  • Loading branch information
dfuch authored Aug 28, 2024
1 parent da64bb8 commit dc52bbc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ void cleanup(HttpConnection c, long pendingData, Throwable error) {
" a connection not found in the pool: closing %s", c.dbgString());
}
Throwable cause = new IOException("Unexpected cleanup triggered for non pooled connection", error);
cause.printStackTrace();
c.close(cause);
} else {
c.close();
Expand Down

0 comments on commit dc52bbc

Please sign in to comment.