Skip to content

HTTP2: Ensure HTTP2 preface is always send as first message (also on …#16675

Merged
normanmaurer merged 1 commit into
netty:4.1from
chrisvest:4.1-preface_bind
Apr 21, 2026
Merged

HTTP2: Ensure HTTP2 preface is always send as first message (also on …#16675
normanmaurer merged 1 commit into
netty:4.1from
chrisvest:4.1-preface_bind

Conversation

@chrisvest

Copy link
Copy Markdown
Member

…the server) (#16667)

Motivation:

caf6f41 introduced a fix that ensured we always send the preface as the first message on the client but didn't also fix it for the server side.

Modifications:

  • Ensure we always send the preface before we give the user a chance to write another frame.

Result:

More complete fix

(cherry picked from commit 29a19f2)

…the server) (netty#16667)

Motivation:

caf6f41 introduced a fix that ensured
we always send the preface as the first message on the client but didn't
also fix it for the server side.

Modifications:

- Ensure we always send the preface before we give the user a chance to
write another frame.

Result:

More complete fix

(cherry picked from commit 29a19f2)
@chrisvest chrisvest added this to the 4.1.133.Final milestone Apr 20, 2026
@normanmaurer normanmaurer merged commit 503e720 into netty:4.1 Apr 21, 2026
17 of 18 checks passed
@chrisvest chrisvest deleted the 4.1-preface_bind branch April 21, 2026 18:09
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.

2 participants