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

Segmented response for GET request with transfer-encoding: chunked #20

Closed
ewilazarus opened this issue Feb 22, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@ewilazarus
Copy link
Contributor

Whenever attempting to GET a resource, on the response assembly, gentlemen invokes EnsureResponseFinalized, which works perfectly for the majority of use cases.

However, when the response uses a transfer-encoding: chunked strategy, the response should only be finalized once all chunks have been processed.

@h2non
Copy link
Owner

h2non commented Feb 22, 2017

This should be fixed via #21.

@h2non h2non closed this as completed Feb 22, 2017
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