summary refs log tree commit
path: root/lib/rack/handler/mongrel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack/handler/mongrel.rb')
-rw-r--r--lib/rack/handler/mongrel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/handler/mongrel.rb b/lib/rack/handler/mongrel.rb
index 20be86b1..ab9891b1 100644
--- a/lib/rack/handler/mongrel.rb
+++ b/lib/rack/handler/mongrel.rb
@@ -78,7 +78,7 @@ module Rack
 
                      "rack.url_scheme" => ["yes", "on", "1"].include?(env["HTTPS"]) ? "https" : "http"
                    })
-        env["QUERY_STRING"] ||= ""
+        env[QUERY_STRING] ||= ""
 
         status, headers, body = @app.call(env)