Skip to content

Drain request input stream before closing response stream (#101)#102

Merged
slinkydeveloper merged 1 commit intorestatedev:mainfrom
tillrohrmann:issues/101
Mar 27, 2026
Merged

Drain request input stream before closing response stream (#101)#102
slinkydeveloper merged 1 commit intorestatedev:mainfrom
tillrohrmann:issues/101

Conversation

@tillrohrmann
Copy link
Copy Markdown
Contributor

Ensure the HTTP/2 request stream is fully consumed before the response stream is closed, preventing connection errors on proxies like Google Cloud Run.

This closes #101.

…#101)

Ensure the HTTP/2 request stream is fully consumed before the response
stream is closed, preventing connection errors on proxies like Google
Cloud Run.

This closes restatedev#101.
@slinkydeveloper slinkydeveloper merged commit b7a7597 into restatedev:main Mar 27, 2026
3 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ensure response stream is only closed after request stream is closed

3 participants