about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll_thread_spawn/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/xepoll_thread_spawn/client.rb')
-rw-r--r--lib/rainbows/xepoll_thread_spawn/client.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/rainbows/xepoll_thread_spawn/client.rb b/lib/rainbows/xepoll_thread_spawn/client.rb
index c6f2301..1d3a280 100644
--- a/lib/rainbows/xepoll_thread_spawn/client.rb
+++ b/lib/rainbows/xepoll_thread_spawn/client.rb
@@ -95,8 +95,7 @@ module Rainbows::XEpollThreadSpawn::Client
       return kato_set
     when String
       kato_delete
-      @hp.buf << buf
-      env = @hp.parse and return spawn(env, @hp)
+      env = @hp.add_parse(buf) and return spawn(env, @hp)
     else
       return close
     end while true
@@ -115,8 +114,7 @@ module Rainbows::XEpollThreadSpawn::Client
       kato_set
       return false
     when String
-      hp.buf << buf
-      hp.parse and return true
+      hp.add_parse(buf) and return true
       # continue loop
     else
       return close