class Async::HTTP::Body::Statistics
def complete_statistics(error = nil)
def complete_statistics(error = nil) @end_time = Clock.now @callback.call(self, error) if @callback end
def complete_statistics(error = nil) @end_time = Clock.now @callback.call(self, error) if @callback end