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

Add handler for context canceled errors #156

Open
willarmiros opened this issue Oct 14, 2021 · 1 comment
Open

Add handler for context canceled errors #156

willarmiros opened this issue Oct 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@willarmiros
Copy link
Contributor

Users of the daemon have reported seeing intermittent errors from the Golang reverse proxy in the daemon due to. They can appear like this:

2021-09-25T00:22:54.813+02:00
2021/09/24 22:22:54 http: proxy error: context canceled
2021-09-25T00:22:54.888+02:00
2021/09/24 22:22:54 http: proxy error: context canceled
2021-09-25T00:22:59.888+02:00
2021/09/24 22:22:59 http: proxy error: context canceled
2021-09-25T00:23:01.008+02:00
2021-09-24T22:23:01Z [Info] Successfully sent batch of 9 segments (0.016 seconds)

These are from intermittent unexpected severed client connections, which are immediately reconnected upon the next proxy request. They can be safely silenced or logged as a more clear error, which is what other GoLang projects have done, e.g. aerokube/selenoid#631

@stale
Copy link

stale bot commented Jan 8, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in next 7 days. Thank you for your contributions.

@stale stale bot added the stale label Jan 8, 2022
@NathanielRN NathanielRN added enhancement New feature or request and removed stale labels Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants