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

Don't call accept_fork's error handler on cancellation #520

Merged
merged 1 commit into from
May 18, 2023

Commits on May 18, 2023

  1. Don't call accept_fork's error handler on cancellation

    This typically happens when the server is shutting down and wants to
    stop all connection handlers. There is no need to have each connection
    fiber log this; they just need to stop.
    talex5 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7c984b7 View commit details
    Browse the repository at this point in the history