1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test/rackup/write_to_stdout_on_boot.ru
Chris LaRose 87b480e6e9
Pass preloaded application into new workers if available (#2461)
Co-authored-by: Nate Berkopec <nate.berkopec@gmail.com>
2020-10-27 07:57:57 -06:00

2 lines
97 B
Ruby

puts "Loading app"
run lambda { |env| [200, {"Content-Type" => "text/plain"}, ["Hello World"]] }