lib/async/http/statistics.rb in async-http-0.31.1 vs lib/async/http/statistics.rb in async-http-0.32.0

- old
+ new

@@ -73,10 +73,10 @@ if @first_chunk_time @first_chunk_time - @start_time end end - def stop(error) + def close(error = nil) complete_statistics(error) super end