xref: /unit/test/ruby/body_each_error/config.ru (revision 585:17703effc76a)
1app = Proc.new do |env|
2    io = IO.new(0, 'r')
3    ['200', {'Content-Length' => '0'}, io]
4end
5
6run app
7