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/hello_with_delay.ru
MSP-Greg 67c686afa6
Add hot_restart_does_not_drop_connections tests
Co-authored-by: Chris LaRose <cjlarose@gmail.com>
2020-10-12 17:20:06 -05:00

4 lines
94 B
Ruby

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