We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9a8be7 + 2aea310 commit 8dc9b6dCopy full SHA for 8dc9b6d
benchmarks/railsbench/slow_methods.rb
@@ -21,6 +21,7 @@ def run_bench(app, visiting_routes)
21
p response_array
22
raise "HTTP response is #{response_array.first} instead of 200. Is the benchmark app properly set up? See README.md."
23
end
24
+ response_array.last.close # Response might be a Rack::BodyProxy and MUST be closed.
25
26
27
0 commit comments