Skip to content

Disable HTTP/3 GREASE by default#1511

Merged
chrislearn merged 1 commit into
mainfrom
chris/disable-h3-grease
May 25, 2026
Merged

Disable HTTP/3 GREASE by default#1511
chrislearn merged 1 commit into
mainfrom
chris/disable-h3-grease

Conversation

@chrislearn
Copy link
Copy Markdown
Member

Summary

Disable HTTP/3 GREASE frames by default in the Quinn server builder.

Why

Issue #1122 can be reproduced locally with the hello-h3 example and an aioquic client: the response headers and body arrive, but the client does not observe stream_ended while GREASE is enabled. Disabling GREASE avoids that interop problem and allows the stream to finish normally.

Validation

  • cargo check -p salvo_core --features quinn
  • rustfmt --edition 2024 --check crates/core/src/conn/quinn/builder.rs
  • local examples/hello-h3 HTTP/3 smoke test with aioquic: DataReceived(... stream_ended=True) after disabling GREASE

Related: #1122, #1259, hyperium/h3#330, hyperium/h3#331

@chrislearn chrislearn marked this pull request as ready for review May 25, 2026 08:03
@chrislearn chrislearn merged commit c322dfe into main May 25, 2026
9 checks passed
@chrislearn chrislearn deleted the chris/disable-h3-grease branch May 25, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant