We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058c1e7 commit 4608337Copy full SHA for 4608337
x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/external/http/HttpClient.java
@@ -71,6 +71,7 @@ private static CloseableHttpAsyncClient createAsyncClient(
71
// The apache client will be shared across all connections because it can be expensive to create it
72
// so we don't want to support cookies to avoid accidental authentication for unauthorized users
73
clientBuilder.disableCookieManagement();
74
+ clientBuilder.disableConnectionState();
75
76
/*
77
By default, if a keep-alive header is not returned by the server then the connection will be kept alive
0 commit comments