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

proxy: rebind services on connect errors #952

Merged
merged 1 commit into from
May 17, 2018
Merged

Commits on May 17, 2018

  1. proxy: rebind services on connect errors

    Instead of having connect errors destroy all buffered requests,
    this changes Bind to return a service that can rebind itself when
    there is a connect error.
    
    It won't try to establish the new connection itself, but waits for
    the buffer to poll again. Combing this with changes in tower-buffer
    to remove canceled requests from the buffer should mean that we
    won't loop on connect errors for forever.
    
    Signed-off-by: Sean McArthur <sean@seanmonstar.com>
    seanmonstar committed May 17, 2018
    Configuration menu
    Copy the full SHA
    7a31f59 View commit details
    Browse the repository at this point in the history