about summary refs log tree commit homepage
path: root/lib/unicorn/http_request.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-07 20:49:59 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-07 20:49:59 -0800
commit3eb8dd9bd48ae031a90747210c28ece491d1017e (patch)
tree18dd7b1a6e787571f3ece7f7a97445f6c2d9e3e3 /lib/unicorn/http_request.rb
parent19dac8e60e12036b2717cb4933e79ac9efb04d40 (diff)
parent52400de1c9e9437b5c9df899f273485f663bb5b5 (diff)
downloadunicorn-3eb8dd9bd48ae031a90747210c28ece491d1017e.tar.gz
* rack-1.1:
  http_response: disallow blank, multi-value headers
  local.mk.sample: use rack-1.1.0
  bump "rack.version" env to [1,1]
  set env["rack.logger"] for applications
Diffstat (limited to 'lib/unicorn/http_request.rb')
-rw-r--r--lib/unicorn/http_request.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/http_request.rb b/lib/unicorn/http_request.rb
index 31fcc3d..99c11c2 100644
--- a/lib/unicorn/http_request.rb
+++ b/lib/unicorn/http_request.rb
@@ -12,7 +12,7 @@ module Unicorn
       "rack.multiprocess" => true,
       "rack.multithread" => false,
       "rack.run_once" => false,
-      "rack.version" => [1, 0],
+      "rack.version" => [1, 1],
       "SCRIPT_NAME" => "",
 
       # this is not in the Rack spec, but some apps may rely on it