about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-04-03 00:13:26 +0000
committerEric Wong <e@80x24.org>2015-04-03 00:14:37 +0000
commitdcdc62ee5fc8d7721df3d9bbdbce88bedf87cc16 (patch)
tree13cac2a30a52145e03d7e6e735b4446254f789f3 /lib
parent392b42c68b2a2e4c5beb60f59048b4813dae7c35 (diff)
downloadyahns-dcdc62ee5fc8d7721df3d9bbdbce88bedf87cc16.tar.gz
We'll be supporting "un-hijacking" a client socket for proxy_pass
and we must preserve state for pipelined requests.
Diffstat (limited to 'lib')
-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)