cloudflare / cloudflare/quiche

does quiche/tokio-quiche support RFC 9297?

Open
#2,258 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
11.8k
Forks
1.1k
Avg merge
21h 9m
Merged PRs (30d)
6

Description

I notice quic-go http3 package support RFC 9297, but tokio-quiche doesn't mention it, in fact I only found

```rust
/// Set the `SETTINGS_ENABLE_CONNECT_PROTOCOL` HTTP/3 setting.
/// See
pub enable_extended_connect: bool,
```

in `Http3Settings`, it is not http datagram(RFC 9297)

Contributor guide

Open the contributing guide

Research direction

Start by reading tokio-quiche's Http3Settings and its enable_extended_connect setting, then compare the implementation with RFC 9297. Determine whether HTTP datagram support is already present or what project entry points and tests would need coverage; done means the RFC 9297 support status is established and any required behavior is verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.