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

Support streaming response body in HTTP/3 #2517

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ducaale
Copy link
Contributor

@ducaale ducaale commented Jan 4, 2025

Blocked until a new version of h3 and h3-quinn is released.

This PR makes use the recently exposed RequestStream::poll_recv_data in h3 to implement http_body::Body for HTTP/3 response body.

I have also updated h3_simple example to avoid dropping client and terminating connection while response body is being streamed.

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