Tests: Ruby module.
This commit is contained in:
9
test/ruby/input_read_buffer_not_empty/config.ru
Normal file
9
test/ruby/input_read_buffer_not_empty/config.ru
Normal file
@@ -0,0 +1,9 @@
|
||||
app = Proc.new do |env|
|
||||
body = 'blah'
|
||||
env['rack.input'].read(nil, body)
|
||||
['200', {
|
||||
'Content-Length' => body.length.to_s
|
||||
}, [body]]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user