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

WIP: Add Chunked Body Reading Support #165

Closed
wants to merge 0 commits into from
Closed

Conversation

cryi
Copy link
Contributor

@cryi cryi commented Oct 12, 2023

Description

This PR introduces a new function, HTTPClient_Read, to coreHTTP to enable reading the response body in chunks. This enhancement addresses the requirement captured in issue #160, facilitating memory-efficient handling of large responses.

Test Steps

  1. Checkout the branch containing the changes.
  2. Build coreHTTP with the new updates.
  3. Run existing tests to ensure no regressions.
  4. Execute new unit tests covering the HTTPClient_Read functionality.
  5. Manually test HTTPClient_Read with varying response sizes and chunk sizes.

Checklist:

  • Tested the changes. No regression in existing tests.
  • Modified and/or added unit-tests covering the code changes in this PR.

Related Issue

This PR addresses issue #160.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant