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

AsyncHttp: Support transfer-encoding #112

Closed
wants to merge 2 commits into from

Conversation

adamziel
Copy link
Collaborator

@adamziel adamziel commented Jul 13, 2024

An exploration to see what kind of internal refactor might be required to support Transfer-Encoding: chunked and Content-encoding: gzip. Related to #104. cc @maypaw – I took a stab on this one as I worry it might soon become a blocker for the data liberation work like downloading asset files, see WordPress/data-liberation#74.

There's no test plan yet, other than running php http_api.php.

An exploration to support Transfer-Encoding: chunked and
Content-encoding: gzip. A larger refactor may need to follow.
@adamziel adamziel added HTTP Client enhancement New feature or request labels Jul 13, 2024
@adamziel
Copy link
Collaborator Author

Superseded by #113

@adamziel adamziel closed this Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HTTP Client
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant