Fixed client connecting to a server with a very long greeting message. Previously the client would get confused as the first TCP message received from the server would not contain the end marker "END\n", and the client would just stop reading the response.
Network message reception was fixed (broken by revision 4170).
Fixed client connecting to a server with a very long greeting message. Previously the client would get confused as the first TCP message received from the server would not contain the end marker "END\n", and the client would just stop reading the response.
Network message reception was fixed (broken by revision 4170).
Network debugging messages.