On Tue Sep 20 14:48:58 2022 +0000, Huw Davies wrote:
(sorry replied to the wrong thread earlier) The point is that the server shouldn't assume that the client has correctly nul-terminated the string (to guard against a wayward client). That being the case, there's no point in sending the '\0' in the first place.
Oh didn't think of that, makes sense.