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
If client aborted connection (it has a right to do it in any moment, and it is not error in program logic (though error of write function), it should not be logged as unexpected error to attract attention. It should be or silenced, or reported as "Client aborted connection"
Otherwise, it look like error in the program code.
errno == 10053 , WSAECONNABORTED in Windows.
The text was updated successfully, but these errors were encountered:
VladlenPopolitov
changed the title
TcpConnectionImpl.cc logs the connection sorted by client as unexpected error
TcpConnectionImpl.cc logs the connections aborted by a client as an unexpected error
Aug 14, 2023
TcpConnectionImpl.cc line 482
If client aborted connection (it has a right to do it in any moment, and it is not error in program logic (though error of write function), it should not be logged as unexpected error to attract attention. It should be or silenced, or reported as "Client aborted connection"
Otherwise, it look like error in the program code.
errno == 10053 , WSAECONNABORTED in Windows.
The text was updated successfully, but these errors were encountered: