You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless there's a server shutdown, keep accepting connections on error
Previously, it was possible for wthttp to stop accepting new connections
if an error occurred during accept (e.g. by exceeding the open file
limit)
We should always try to accept again, unless the operation is aborted
due to server shutdown.
0 commit comments