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: streaming requests cannot access request data #245

Merged
merged 2 commits into from May 24, 2023

Conversation

garethgeorge
Copy link
Contributor

This PR fixes streaming request / response handling by preventing the function framework from prematurely consuming the request object in the case where the customer returns a streaming response that may lazily continue to read from the request.

@garethgeorge garethgeorge merged commit c492b04 into master May 24, 2023
47 checks passed
@garethgeorge garethgeorge deleted the garethgeorge/streaming branch May 24, 2023 19:24
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.

None yet

3 participants