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 298 #299

Merged
merged 2 commits into from
Jun 25, 2019
Merged

Fix 298 #299

merged 2 commits into from
Jun 25, 2019

Commits on Jun 25, 2019

  1. Fixed #298.

    Removed the member variable `std::unique_ptr<socket_t> socket_` from servers and added
    the local variable `std::shared_ptr<socket_t> socket`.
    
    Removed invalid error handler call. Error handler is called when TCP
    accept is failed. If the next accepting process is successfully
    started, but individual socket processing is failed case, error
    handler shouldn't be called.
    (Maybe should be logged when logging mechanism is introduced.)
    redboltz committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    1ea0f7c View commit details
    Browse the repository at this point in the history
  2. Updated the version to 5.0.0.

    This doesn't mean immediate release.
    redboltz committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    a6058ca View commit details
    Browse the repository at this point in the history