Interop with Kwik/Flupke fails
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 890
- Forks
- 136
- Avg merge
- 14d 20h
- Merged PRs (30d)
- 2
Description
s2n-quic received an issue pointing out that the QUIC interop HTTP/3 test between s2n-quic server and Kwik client fails. s2n-quic server receives HTTP/3 requests for 3 files, but hyperium/h3 does not request s2n-quic server to send the files.
We also noticed that the same interop test fails between Quinn server and Kwik client.
Since both of these servers are using hyperium/h3, and I couldn't find an issue with the s2n-quic server implementation, there might be a bug in hyperium/h3.
Packet captures and logs are available here:
https://interop.seemann.io/logs/2022-08-18T08:08/s2n-quic_kwik/http3/
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the QUIC interop HTTP/3 test between an h3-based server and Kwik client, then inspect the packet captures and logs at the linked interop URL. Trace why the server receives requests for three files but does not send them, and compare the result with the Quinn/Kwik failure. Done means identifying and fixing the h3 behavior causing the failed interop test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100