about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-05-08 22:45:31 +0000
committerEric Wong <e@80x24.org>2015-05-08 22:45:31 +0000
commit8f91a0255e03ff695858bcabbf6ec96629d56e6e (patch)
tree8cb1e65748b0e7123054e759aff90d087030c075
parent28a23efd1c0f64b2d03e022d3ac26b96f9d6a104 (diff)
downloadyahns-8f91a0255e03ff695858bcabbf6ec96629d56e6e.tar.gz
No point in wasting space and reducing code clarity with this
method to remove references to live objects.
-rw-r--r--lib/yahns/proxy_pass.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/yahns/proxy_pass.rb b/lib/yahns/proxy_pass.rb
index 7083104..15ae17c 100644
--- a/lib/yahns/proxy_pass.rb
+++ b/lib/yahns/proxy_pass.rb
@@ -78,12 +78,6 @@ class Yahns::ProxyPass # :nodoc:
       c.proxy_err_response(502, self, e, nil)
     end
 
-    # Called by the Rack server at the end of a successful response
-    def close
-      @hdr = @yahns_client = @rrstate = nil
-      super
-    end
-
     # returns :wait_readable if complete, :wait_writable if not
     def send_req_body(req)
       buf, input, chunked = req