Skip to content
Snippets Groups Projects
Commit 7cdea47d authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Handle read errors in Protocols.LysKOM.Raw.

If there is a network outage, con->read() will return 0 (not the empty
string) after a (long) while.  Treat that properly by calling
connection_lost() in that case as well.

Fixed a backrace in conwrite by returning 0 if the connection
is closed.
parent 92319085
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment