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

Fix bug in asynchronous streaming body responses #127

Merged
merged 4 commits into from
Apr 22, 2019
Merged

Conversation

seliopou
Copy link
Member

This fixes up an old hack to get chunked responses to work properly, and which interacted poorly with streaming bodies that were not chunk encoded.

The code itself needs a once-over to make it a bit more obvious what's going, but that will be left for a subsequent PR.

Closes #126

@seliopou seliopou merged commit 1bac5df into master Apr 22, 2019
@seliopou seliopou deleted the stream-fix branch April 22, 2019 23:32
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.

Generating async GET responces with Lwt
1 participant