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

Fix location of AbstractHttpServerTransport #30888

Merged
merged 5 commits into from
May 29, 2018

Commits on May 25, 2018

  1. Fix location fo AbstractHttpServerTransport

    Currently AbstractHttpServerTransport is in a netty4 module. This is the
    incorrect location. This commit moves it out of netty4 module.
    Additionally, it moves unit tests that test AbstractHttpServerTransport
    logic to server.
    Tim-Brooks committed May 25, 2018
    Configuration menu
    Copy the full SHA
    15b4063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d0114 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    d567155 View commit details
    Browse the repository at this point in the history
  2. Fix visibility issue.

    Tim-Brooks committed May 29, 2018
    Configuration menu
    Copy the full SHA
    3554884 View commit details
    Browse the repository at this point in the history
  3. Cleanups

    Tim-Brooks committed May 29, 2018
    Configuration menu
    Copy the full SHA
    de0b351 View commit details
    Browse the repository at this point in the history