summaryrefslogblamecommitdiffhomepage
path: root/test/ruby/body_each_error/config.ru
blob: 0d34603deb202a16b9a9a52020726bde8e0b6ecb (plain) (tree)
1
2
3
4
5
6





                                          
app = Proc.new do |env|
    io = IO.new(0, 'r')
    ['200', {'Content-Length' => '0'}, io]
end

run app