about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-26 15:39:29 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-26 15:39:29 -0800
commit53b53c7d2e8c4fe6ef30184782bd7ab466becf19 (patch)
treebeccf3a06e75d0999a306292e5018139c6eab20e
parentef02631a26bd29f8930585f207839bf35f2bf1e8 (diff)
downloadunicorn-53b53c7d2e8c4fe6ef30184782bd7ab466becf19.tar.gz
This will match what's in Rack the 1.1.0 release.
-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