Skip to content

Commit

Permalink
Merge pull request #57 from Sudwest-Fryslan/fix--connection-pool-shut…
Browse files Browse the repository at this point in the history
…-down

fix: connection pool shut down
  • Loading branch information
DelanoWAF authored Jul 4, 2023
2 parents 9169c3e + 9944019 commit 16d4493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/nl/nn/adapterframework/http/HttpSenderBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ protected void abort() {
}
}
if (httpClient == null) {
buildHttpClient(); // Prevent java.lang.IllegalStateException: Connection pool shut down
httpClient = getHttpClient();
session.put("httpClient", httpClient);
}
Expand Down

0 comments on commit 16d4493

Please sign in to comment.