Skip to content

Conversation

@krispraws
Copy link
Contributor

@krispraws krispraws commented Oct 4, 2024

Motivation

Related to #1948 and #1938
We have a tls server in production and we started seeing instances of the server exiting due to errors in the accept loop after upgrading to version 0.12.2.
We pinned our tonic version to commit sha 474390b and that fixed most of the issues. However we still see shutdowns on connection timeout errors.

2024-10-04T14:01:51.137261894+00:00 - DEBUG tonic::transport::server::incoming - accept loop error error=Connection timed out (os error 110)

Solution

Add io::ErrorKind::TimedOut to the list of errors to ignore

@krispraws
Copy link
Contributor Author

@djc - Do I need to do anything else to get this merged?

@djc
Copy link
Contributor

djc commented Oct 7, 2024

Nope! @tottoto any opinions?

@djc djc added this pull request to the merge queue Oct 8, 2024
Merged via the queue into hyperium:master with commit c5f2cc1 Oct 8, 2024
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.

3 participants