]> git.pond.sub.org Git - empserver/commit
Fix client to log long input lines untruncated
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 Apr 2011 18:42:42 +0000 (20:42 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 Apr 2011 18:42:47 +0000 (20:42 +0200)
commite8b98f308ea783de5500bf265cc52bcc8ac94077
tree1651277d2cca86ce34d8a4e821d2b7f09ba16d5e
parent819e28421e9eafcace5f93c983dc04bfdce455df
Fix client to log long input lines untruncated

They can still get split by output arriving between two reads from
input, but that's unavoidable, because the client is designed to read
and write big chunks, not lines.
src/client/play.c