about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-25 11:44:03 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-25 11:53:29 -0700
commitc4c57b3cc4c63051bd0926420f59a83201dc5d64 (patch)
treef39ae212bcc8d9bbaace03659813bb692ea9e247 /lib
parent87aef35405263fd67ad6b78ed9977366915904e7 (diff)
downloadunicorn-c4c57b3cc4c63051bd0926420f59a83201dc5d64.tar.gz
Keep in mind that it's plenty possible to use Unicorn as a
library without using Rack itself.  Most of the unit tests
do not depend on Rack, for example.
Diffstat (limited to 'lib')
-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 e53cb1e..424a54f 100644
--- a/lib/unicorn/http_request.rb
+++ b/lib/unicorn/http_request.rb
@@ -18,7 +18,7 @@ module Unicorn
        "rack.multiprocess" => true,
        "rack.multithread" => false,
        "rack.run_once" => false,
-       "rack.version" => [0, 1].freeze,
+       "rack.version" => [1, 0].freeze,
        "SCRIPT_NAME" => "".freeze,
 
        # this is not in the Rack spec, but some apps may rely on it