hyperium / h3

MIT License
595 stars 76 forks source link

make h3 able to connect to nginx #242

Closed Ruben2424 closed 4 months ago

Ruben2424 commented 4 months ago

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.

seanmonstar commented 4 months ago

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

Ruben2424 commented 4 months ago

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.