Tests: Ruby module.
This commit is contained in:
6
test/ruby/body_each_error/config.ru
Normal file
6
test/ruby/body_each_error/config.ru
Normal file
@@ -0,0 +1,6 @@
|
||||
app = Proc.new do |env|
|
||||
io = IO.new(0, 'r')
|
||||
['200', {'Content-Length' => '0'}, io]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user