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
server: disconnect lightway in case of TCP shutdown or other fatal failures.
Note that it is possible, disconnect has been called in `conn.handle_outside_data_error` already
in case of fatal error case. It is still fine to call it again, since `disconnect`
call is idempotent and no-op if it is already disconnected
But we need this disconnect in case of TCP connection shutdown. Otherwise Server::Connection will be
leaking.
0 commit comments