"ruby -w" warns on it.
---
 extras/proxy_pass.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/proxy_pass.rb b/extras/proxy_pass.rb
index b1697db..8a32cac 100644
--- a/extras/proxy_pass.rb
+++ b/extras/proxy_pass.rb
@@ -170,7 +170,7 @@ class ProxyPass # :nodoc:
     send_body(env["rack.input"], ures, chunked) if chunked || clen
 
     # wait for the response here
-    status, header, body = res = ures.rack
+    _, header, body = res = ures.rack
 
     # don't let the upstream Connection and Keep-Alive headers leak through
     header.delete_if do |k,_|
-- 
EW


Reply via email to