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

chore(http): ignore ErrServerClosed error #505

Merged
merged 1 commit into from
Apr 27, 2020
Merged

chore(http): ignore ErrServerClosed error #505

merged 1 commit into from
Apr 27, 2020

Conversation

appleboy
Copy link
Owner

ignore ErrServerClosed err in graceful shutdown

ErrServerClosed is returned by the Server's Serve, ServeTLS, ListenAndServe,
and ListenAndServeTLS methods after a call to Shutdown or Close.

Signed-off-by: Bo-Yi Wu appleboy.tw@gmail.com

ignore ErrServerClosed err in graceful shutdown

ErrServerClosed is returned by the Server's Serve, ServeTLS, ListenAndServe,
and ListenAndServeTLS methods after a call to Shutdown or Close.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
@appleboy appleboy added this to the v1.13.0 milestone Apr 27, 2020
@appleboy appleboy merged commit 52c2301 into master Apr 27, 2020
@appleboy appleboy deleted the graceful branch April 27, 2020 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant