Skip to content

Write multiple frames together in H2Connections writeLoop - #7635

Open
peterneyens wants to merge 1 commit into
http4s:series/0.23from
peterneyens:h2connection-writeloop-chunks
Open

peterneyens wants to merge 1 commit into
http4s:series/0.23from
peterneyens:h2connection-writeloop-chunks

Conversation

@peterneyens

Copy link
Copy Markdown
Contributor

This is a follow up of #7230.

We changed to a more performant way to turn the outgoing frames Queue into a Stream, but since we only publish frames as singleton chunks (at least at the moment if I didn't overlook an offer without a Chunk.singleton), we are writing frames one by one, while before multiple frames could be written to the socket together.

@mergify mergify Bot added series/0.23 PRs targeting 0.23.x module:ember-core labels Mar 11, 2025

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant