Skip to content

Commit

Permalink
fix: connection pool shut down
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Jul 4, 2023
1 parent e03a8d9 commit 9944019
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 9944019

Please sign in to comment.