Randy Reddig
Randy Reddig
> Not a complete review yet, but I already left some comments. Do you have an example how a WebTransport application would use this API? That would make it easier...
@marten-seemann I merged my other WIP branch into this one, which reorganizes the HTTP/3 primitives into `Conn`, `RequestStream`, and `FrameReader`. I was able to easily add support for HTTP trailers...
@marten-seemann any reason you’re still keeping CircleCI around? Doesn’t GH Actions cover these?
Landed integration tests for WebTransport!
Well that’s odd: https://github.com/lucas-clemente/quic-go/runs/3498414989?check_suite_focus=true#step:6:884
Demo server built on this code: https://basic.webtransport.dev/
Multiplayer mouse cursor demo: https://cursors.webtransport.dev/
> @ydnar Are you going to participate in the WebTransport interop testing? https://mailarchive.ietf.org/arch/msg/webtransport/8c2dp_MP9GQEcnmurndjwAx8sOI/ I'd love to. I'll need your help though. Have you had time to look at #3284?
#3284 is a discrete PR that implements the foundation necessary to support the datagram draft, capsule support, WebTransport, and HTTP trailers. I broke it out 3 weeks ago at your...
> > #3284 is a discrete PR that implements the foundation necessary to support the datagram draft, capsule support, WebTransport, and HTTP trailers. > > Now I'm really confused. Why...