You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Elasticsearch.Net.Connection.HttpClientConnection istead of standard HttpConnection.
I realized that setting EnableCompressedResponses() in ConnectionSettings class has no effect on HttpClientConnection, there is no accept-encoding header.
When I use standard HttpConnection, then all is ok, headers appended to web request.
I tested only this settings, probably there is more settings than has no effect on HttpClient connection.
Please check this out.
The text was updated successfully, but these errors were encountered:
I am using Elasticsearch.Net.Connection.HttpClientConnection istead of standard HttpConnection.
I realized that setting EnableCompressedResponses() in ConnectionSettings class has no effect on HttpClientConnection, there is no accept-encoding header.
When I use standard HttpConnection, then all is ok, headers appended to web request.
I tested only this settings, probably there is more settings than has no effect on HttpClient connection.
Please check this out.
The text was updated successfully, but these errors were encountered: