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:
commit
9f364e2136
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue