Skip to content
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

Automatic detection of gzip encoding #453

Closed
QuingKhaos opened this issue Mar 30, 2016 · 1 comment
Closed

Automatic detection of gzip encoding #453

QuingKhaos opened this issue Mar 30, 2016 · 1 comment
Labels

Comments

@QuingKhaos
Copy link
Contributor

Although #408 will provide the possibility to turn of gzip encoding an automatic detection would be nice too, so the user doesn't take care about it (especially when deploying on different systems).

The automatic detection should have lower priority, which means, setting the encoding through the config (with #408 merged) overrules (disables) the automatic detection.

Automatic detection should be lazy, so it is only performed when performing the first real curl request and it should be cached (static variable, etc) for all latter curl calls in the same php request.

@abraham abraham added this to the v1.0 milestone Feb 23, 2017
@abraham abraham added the Task label Feb 23, 2017
@abraham abraham modified the milestones: v1.0, v2.0 Jul 2, 2018
@abraham
Copy link
Owner

abraham commented Jul 24, 2023

TwitterOAuth is in maintenance mode and major improvements are no longer planned. #1188

@abraham abraham closed this as completed Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants