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

Ssl context #479

Merged
merged 3 commits into from
Apr 27, 2015
Merged

Ssl context #479

merged 3 commits into from
Apr 27, 2015

Commits on Apr 26, 2015

  1. Configuration menu
    Copy the full SHA
    1a076d1 View commit details
    Browse the repository at this point in the history
  2. refactor(server): make with_listener a free function

    Allow a Server to operate without requiring the entire Server struct
    to move into the with_listener function (instead only the handler
    function needs to move). This, allows other members to not move, or
    move separately, which will be needed for the next commit.  See hyperium#471
    mikedilger committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    fef04d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a1a242 View commit details
    Browse the repository at this point in the history