Update zio-sbt-website to 0.5.1 - #48
Open
github-actions[bot] wants to merge 7 commits into
Open
Conversation
…ing (zio#3173) PR zio#3174 stopped `AsyncBodyReader` from auto-reading after the consumer connects, but the `State.Buffering` window — used before the route handler first pulls the body — still returned `readMore = true` unconditionally. With request streaming enabled and an async handler, a fast client could fill the heap with `buffer0` bytes during the gap between `channelRead` and the handler calling `connect`. Gate the `Buffering` arm on a configurable cap (`Server.Config.requestBodyPreConnectBufferSize`, default 64 KB). Once the buffer reaches the cap, `ctx.read()` is no longer called; Netty's TCP back-pressure stalls the client until the consumer connects and the post-transition `ctx.read()` in `connect` resumes reading. Only the streaming path is affected — `RequestStreaming.Disabled` uses `HttpObjectAggregator` and never instantiates `AsyncBodyReader`.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
davidlar
force-pushed
the
main
branch
2 times, most recently
from
May 13, 2026 09:01
c4470eb to
ba2aad6
Compare
davidlar
force-pushed
the
main
branch
3 times, most recently
from
May 21, 2026 06:52
59090d5 to
bc6217f
Compare
Author
|
Superseded by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About this PR
📦 Updates dev.zio:zio-sbt-website from
0.5.0to0.5.1📜 GitHub Release Notes - Version Diff
Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conffile.Have a fantastic day writing Scala!
🔍 Files still referring to the old version number
The following files still refer to the old version number (0.5.0).
You might want to review and update them manually.
⚙ Adjust future updates
Add this to your
.scala-steward.conffile to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: