hyperium / hyperium/h3

Interop with Kwik/Flupke fails

Open
#118 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.