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

make h3 able to connect to nginx #242

Merged
merged 9 commits into from
Jun 3, 2024
Merged

Conversation

Ruben2424
Copy link
Contributor

@Ruben2424 Ruben2424 commented Jun 3, 2024

This starts the qpack streams, but does not use them.
Nginx ends the Connection with a Connection error when receiving h3s grease stream when they are not present.

The creation of ConnectionInner does now not wait for the grease stream to finnish. The grease stream is now handled in the background in the poll_control.

@Ruben2424 Ruben2424 requested a review from seanmonstar June 3, 2024 20:19
@seanmonstar
Copy link
Member

Is there a public endpoint somewhere using nginx h3? So I can try it out with master and with this PR?

@Ruben2424
Copy link
Contributor Author

Is there a public endpoint somewhere using nginx h3? So I can try it out with master and with this PR?

I think https://quic.nginx.org/ . But I tested locally.

@Ruben2424 Ruben2424 merged commit 716097b into hyperium:master Jun 3, 2024
10 checks passed
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.

2 participants