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

netty: converts Proxy handler into new protocol negotiation style #6159

Merged
merged 6 commits into from Sep 19, 2019

Commits on Sep 19, 2019

  1. netty: converts Proxy handler into new protocol negotiation style

    instead of using ProtocolNegotiator interface, it is mimic the behavior
    to avoid adding other handlers such as WaitUntilActive and
    KickProtocolNegotiationHandler (no longer exists).
    creamsoup committed Sep 19, 2019
    Copy the full SHA
    c889cb1 View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    creamsoup committed Sep 19, 2019
    Copy the full SHA
    4d692e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2ecc52e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e993829 View commit details
    Browse the repository at this point in the history
  5. fix test

    creamsoup committed Sep 19, 2019
    Copy the full SHA
    8763493 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    12b3520 View commit details
    Browse the repository at this point in the history