Skip to content

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

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

HTTP2: Ensure HTTP2 preface is always send as first message (also on …#16674
normanmaurer merged 1 commit into
netty:5.0from
chrisvest:5.0-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

…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
@chrisvest chrisvest added this to the 5.0.0.Final milestone Apr 20, 2026
@normanmaurer normanmaurer merged commit cfcbf0e into netty:5.0 Apr 21, 2026
13 checks passed
@chrisvest chrisvest deleted the 5.0-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