lib/async/http/cache/body.rb in async-http-cache-0.4.0 vs lib/async/http/cache/body.rb in async-http-cache-0.4.1

- old
+ new

@@ -51,10 +51,10 @@ end # Wrap the response with the callback: ::Protocol::HTTP::Body::Completable.wrap(response) do |error| if error - Async.logger.error(self) {error} + Console.logger.error(self) {error} else yield response, rewindable.buffered end end end