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

Clean up redirect_* APIs after Pipe -> PipeEndpoint rename #18253

Closed
wants to merge 1 commit into from

Commits on Aug 26, 2016

  1. Clean up redirect_* APIs after Pipe -> PipeEndpoint rename

    These probably should have been cleaned up along side that in #12739.
    Certainly the documentation was out of date, since it referred to `Pipe`,
    but meant what is now called `PipeEndpoint`. Clean all of this up, by
    allowing an unitinalized `Pipe` to be passed to these functions, and
    also by replacing the tuple of `PipeEndpoint`s, by `Pipe`, since the
    purpose of `Pipe` is precisely to hold two endpoints.
    Keno committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    f06840e View commit details
    Browse the repository at this point in the history