summaryrefslogtreecommitdiff
path: root/test/spec_session_pool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_session_pool.rb')
-rw-r--r--test/spec_session_pool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_session_pool.rb b/test/spec_session_pool.rb
index aba93fb1..306786f6 100644
--- a/test/spec_session_pool.rb
+++ b/test/spec_session_pool.rb
@@ -225,7 +225,7 @@ describe Rack::Session::Pool do
tnum = rand(7).to_i + 5
r = Array.new(tnum) do
Thread.new(treq) do |run|
- run.get('/', "HTTP_COOKIE" => cookie, 'rack.multithread' => true)
+ run.get('/', "HTTP_COOKIE" => cookie)
end
end.reverse.map{|t| t.run.join.value }
r.each do |resp|