-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http compression #515
Comments
Good question. Was not aware of this feature yet. Looks like we have to set CURLOPT_ENCODING. You can do this by setting the curl config params for the connections in Elastica\Client: https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Client.php#L40 |
This becomes specially important when receiving large datasets back from Elastic. Gz compression helps immensely. |
Did you try it out and did it work? |
Not yet, Will fork, make the code changes and issue a pull request in the next two days. On 12-Dec-2013, at 4:22 am, Nicolas Ruflin notifications@github.com wrote:
|
Ok, keep me posted. |
I will close this one as no feedback came in for 3 months. In case the issue is not resolved, please reopen. |
how do I make elastica use http compression after switching on http compression in elasticsearch?
The text was updated successfully, but these errors were encountered: