about summary refs log tree commit homepage
path: root/lib/rainbows/ev_core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/ev_core.rb')
-rw-r--r--lib/rainbows/ev_core.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rainbows/ev_core.rb b/lib/rainbows/ev_core.rb
index 030c8e1..5c1355f 100644
--- a/lib/rainbows/ev_core.rb
+++ b/lib/rainbows/ev_core.rb
@@ -80,8 +80,7 @@ module Rainbows::EvCore
   def on_read(data)
     case @state
     when :headers
-      @buf << data
-      @hp.parse or return want_more
+      @hp.add_parse(data) or return want_more
       @state = :body
       if 0 == @hp.content_length
         app_call NULL_IO # common case