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

x/ref/runtime/internal/rpc: ensure that a proxied server expands to use all available proxies #186

Merged
merged 3 commits into from
Feb 11, 2021

Conversation

cosnicolaou
Copy link
Contributor

@cosnicolaou cosnicolaou commented Feb 9, 2021

Prior to this PR, a server using the 'all' proxy policy would expand the set of proxy instances that it used when it encountered an error with any of existing proxy instances. This PR changes the behavior so that servers will monitor the set of available proxy instances and expand to use all available ones ahead of any errors being encountered.

Also, include a fix for big sur whereby the error messages for connection refused appears to have changed.

@cosnicolaou cosnicolaou changed the base branch from master to release-v0.1.15 February 9, 2021 22:18
@cosnicolaou cosnicolaou merged commit ecb939b into release-v0.1.15 Feb 11, 2021
@cosnicolaou cosnicolaou deleted the fix-proxy-bug branch October 27, 2021 17:43
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.

1 participant