From 7bb7c4469fb744135377d68e7c29cde3fbc635dc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 Jun 2011 02:13:55 +0000 Subject: use HttpParser#add_parse API in Unicorn 3.7.0 It's easier-to-use in some cases. --- lib/rainbows/ev_core.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/rainbows/ev_core.rb') 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 -- cgit v1.2.3-24-ge0c7