From 53b53c7d2e8c4fe6ef30184782bd7ab466becf19 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 26 Dec 2009 15:39:29 -0800 Subject: bump "rack.version" env to [1,1] This will match what's in Rack the 1.1.0 release. --- lib/unicorn/http_request.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3-24-ge0c7