Skip to content
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

fix: Avoid turning all stream timeouts to TcpIdleTimeoutException #32047

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johanandren
Copy link
Member

Not entirely sure this is the right thing but in akka/akka-http#4289 we noticed that StreamIdleTimeoutExceptions in the stream not originating from the TCP idle timeouts would still be turned into TcpIdleTimeoutException.

This also eliminates at least one operator in each TCP stream materialization.

@johanandren johanandren force-pushed the wip-tcp-idle-timeout-with-less-fuzz branch from 9d40492 to d879eb8 Compare December 15, 2023 15:04
@johanandren johanandren marked this pull request as ready for review December 15, 2023 15:05
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.

None yet

2 participants