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

Remove http status code maps #31350

Merged
merged 2 commits into from
Jun 15, 2018
Merged

Commits on Jun 14, 2018

  1. Remove http status code maps

    Currently we maintain a compatibility map of http status codes in both
    the netty4 and nio modules. These maps convert a RestStatus to a netty
    HttpResponseStatus. However, as these fundamentally represent integers,
    we can just use the netty valueOf method to convert a RestStatus to a
    HttpResponseStatus.
    Tim-Brooks committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    45cc6da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab19c2 View commit details
    Browse the repository at this point in the history