about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-21 11:14:42 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-21 11:16:25 -0700
commit78c076ebb118a8312a2912dddb8a93d3ea80fa99 (patch)
tree708cd4175f92b26e636490d0474abaf088a02ff9 /lib
parentaca95eb1157eff8351320c4b2f5daa904330e904 (diff)
downloadunicorn-78c076ebb118a8312a2912dddb8a93d3ea80fa99.tar.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/http_request.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicorn/http_request.rb b/lib/unicorn/http_request.rb
index 7233008..d170505 100644
--- a/lib/unicorn/http_request.rb
+++ b/lib/unicorn/http_request.rb
@@ -128,7 +128,6 @@ module Unicorn
       #  that client may be a proxy, gateway, or other intermediary
       #  acting on behalf of the actual source client."
       @params[Const::REMOTE_ADDR] = socket.unicorn_peeraddr
-      @params[Const::QUERY_STRING] ||= ''
       @params[Const::RACK_INPUT] = @body
       @params.update(DEF_PARAMS)
     end