-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge to main #712
Merged
Merged
Merge to main #712
Conversation
This file contains 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
Dequeue all and handle them in the flatMap of future
Really fix idle timeout.
Store the current in flight callback in a variable. When the timeout handler reaches timeout, we kill the current request. If the idle timeout triggers, we kill all requests, including the current in-flight request.
ensure we call ctx.read() when killing current request to start the next request
…p-4.1.108.Final Update netty-codec-http, ... to 4.1.108.Final in series/0.5
…reams-3.10.0 Update fs2-reactive-streams to 3.10.0 in series/0.5
….8.1 Update scalafmt-core to 3.8.1 in series/0.5
…reams-3.10.2 Update fs2-reactive-streams to 3.10.2 in series/0.5
….0.8 Update jetty-client to 12.0.8 in series/0.5
We control when we kill the connection, not the playframework lib.
Per request timeout
…p-4.1.109.Final Update netty-codec-http, ... to 4.1.109.Final in series/0.5
…y-server-4.0.0 Update java-socks-proxy-server to 4.0.0 in series/0.5
…0.17.0 Update sbt-http4s-org to 0.17.0 in series/0.5
Also include epoll aarch dependency
…reams-3.11.0 Update fs2-reactive-streams to 3.11.0 in series/0.5
Mark JDKClientWebsocketTest grouping test as flaky
Executed command: sbt tlPrePrBotHook
….12.20 Update scala-library to 2.12.20 in series/0.5
…0.17.3 Update sbt-http4s-org to 0.17.3 in series/0.5
…p-4.1.113.Final Update netty-codec-http, ... to 4.1.113.Final in series/0.5
….0.13 Update jetty-client to 12.0.13 in series/0.5
…3.28 Update http4s-circe, http4s-client, ... to 0.23.28 in series/0.5
Update munit to 1.0.2 in series/0.5
Update sbt to 1.10.2 in series/0.5
…y-server-4.1.1 Update java-socks-proxy-server to 4.1.1 in series/0.5
….13.15 Update scala-library to 2.13.15 in series/0.5
…ent-12.0.14 Update jetty-http2-client, ... to 12.0.14 in series/0.5
…p-4.1.114.Final Update netty-codec-http, ... to 4.1.114.Final in series/0.5
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.
No description provided.