1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Merge pull request #211 from kazjote/rack_threadsafe

Set Rack run_once to false
This commit is contained in:
Evan Phoenix 2013-03-18 15:39:56 -07:00
commit 9f364e2136

View file

@ -15,7 +15,7 @@ module Puma
"rack.errors".freeze => events.stderr,
"rack.multithread".freeze => true,
"rack.multiprocess".freeze => false,
"rack.run_once".freeze => true,
"rack.run_once".freeze => false,
"SCRIPT_NAME".freeze => ENV['SCRIPT_NAME'] || "",
# Rack blows up if this is an empty string, and Rack::Lint