summaryrefslogtreecommitdiff
path: root/sample/svr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/svr.rb')
-rw-r--r--sample/svr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/svr.rb b/sample/svr.rb
index f4f29eb8e7..eb49ccf170 100644
--- a/sample/svr.rb
+++ b/sample/svr.rb
@@ -26,7 +26,7 @@ loop do
s.close
socks.delete(s)
# single thread gets may block whole service
- elsif str = s.gets
+ elsif str = s.gets
s.write(str)
end
end