aboutsummaryrefslogtreecommitdiffstats
path: root/test.d
diff options
context:
space:
mode:
Diffstat (limited to 'test.d')
-rwxr-xr-xtest.d/dumb-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.d/dumb-client b/test.d/dumb-client
index 4868813..0ee7331 100755
--- a/test.d/dumb-client
+++ b/test.d/dumb-client
@@ -50,7 +50,7 @@ thread.start()
while True:
try:
- data = input().encode('utf-8')
+ data = (input() + '\n').encode('utf-8')
except:
break
socket.send(data);