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

[v9] Proxy restart fixes #12488

Merged
merged 12 commits into from
May 16, 2022
Merged

[v9] Proxy restart fixes #12488

merged 12 commits into from
May 16, 2022

Conversation

espadolini
Copy link
Contributor

Backport #11802 to branch/v9

espadolini added 11 commits May 6, 2022 16:13
This adapts utils.IsUseOfClosedNetworkError to check for net.ErrClosed
even inside trace.Aggregate errors, makes it so that we always return
something that would pass errors.Is(err, net.ErrClosed) when returning
from a (net.Listener).Accept(), and handles closed listeners within our
various Serve() loops so that we don't hit spurious backoff waits while
shutting down.
@espadolini
Copy link
Contributor Author

@r0mant friendly bump to the top of the notifications

@espadolini espadolini merged commit ee75fa6 into branch/v9 May 16, 2022
@espadolini espadolini deleted the bot/backport-11802-branch/v9 branch May 16, 2022 14:27
@webvictim webvictim mentioned this pull request Jun 8, 2022
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.

3 participants