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

When "Connection reset by peer" is observed mark the connection as non-persistent #1625

Merged
merged 1 commit into from May 7, 2021

Conversation

violetagg
Copy link
Member

@violetagg violetagg commented May 6, 2021

  • When Connection reset by peer is observed mark the connection as non-persistent,
    do not wait for the channel close event to invalidate the connection.

Fixes #1622

…n-persistent

- When "Connection reset by peer" is observed mark the connection as non-persistent,
do not wait for the channel close event to invalidate the connection.

Fixes #1622
@violetagg
Copy link
Member Author

violetagg commented May 7, 2021

The original commit is separated on two PRs #1625 and #1626
This one here is related only to marking the connection as non-persistent

@violetagg
Copy link
Member Author

@simonbasle Thanks for the review!

@violetagg violetagg merged commit f6c07bd into 0.9.x May 7, 2021
violetagg added a commit that referenced this pull request May 7, 2021
@violetagg violetagg deleted the issue-1622 branch May 7, 2021 11:57
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.

HttpClient retry may cause "unexpected message type: DefaultFullHttpRequest, state: 1"
2 participants