From 586745ea63f254c8eb2cbcbed33c8ac67376eb31 Mon Sep 17 00:00:00 2001 From: Francesco Dalpra Date: Mon, 10 May 2021 14:43:30 +0200 Subject: [PATCH] Fix. the issue #346 on igrigorik/em-http-request --- lib/em-http/http_connection.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/em-http/http_connection.rb b/lib/em-http/http_connection.rb index 755a0427..6ff6b1a6 100644 --- a/lib/em-http/http_connection.rb +++ b/lib/em-http/http_connection.rb @@ -174,7 +174,6 @@ def post_init @pending = [] @p = Http::Parser.new - @p.header_value_type = :mixed @p.on_headers_complete = proc do |h| if client if @p.status_code == 100