Network|Fixed: Parsing response from server
The non-NULL-terminated response was being being parsed with afunction that expected a NULL-terminated string.
Also fixed sloppy cleanup after closing server network connection.
View differences
Network|Fixed: Parsing response from server
The non-NULL-terminated response was being being parsed with a
function that expected a NULL-terminated string.
Also fixed sloppy cleanup after closing server network connection.