about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/ev_core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/ev_core.rb b/lib/rainbows/ev_core.rb
index 5c1355f..29e0e81 100644
--- a/lib/rainbows/ev_core.rb
+++ b/lib/rainbows/ev_core.rb
@@ -104,7 +104,7 @@ module Rainbows::EvCore
         want_more
       end
     when :trailers
-      if @hp.trailers(@env, @buf << data)
+      if @hp.add_parse(data)
         @input.rewind
         app_call @input
       else