about summary refs log tree commit homepage
path: root/lib/yahns/http_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns/http_client.rb')
-rw-r--r--lib/yahns/http_client.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/yahns/http_client.rb b/lib/yahns/http_client.rb
index 46ea3ec..164cac9 100644
--- a/lib/yahns/http_client.rb
+++ b/lib/yahns/http_client.rb
@@ -266,7 +266,6 @@ class Yahns::HttpClient < Kgio::Socket # :nodoc:
     # prevent socket from holding process up
     Thread.current[:yahns_fdmap].forget(self)
     @input = nil # keep env["rack.input"] accessible, though
-    @hs = nil # no need for the HTTP parser anymore
   end
 
   def response_hijacked(fn)