lib/async/http/protocol/http1/client.rb in async-http-0.56.1 vs lib/async/http/protocol/http1/client.rb in async-http-0.56.2

- old
+ new

@@ -27,10 +27,10 @@ module Protocol module HTTP1 class Client < Connection # Used by the client to send requests to the remote server. def call(request, task: Task.current) - Async.logger.debug(self) {"#{request.method} #{request.path} #{request.headers.inspect}"} + Console.logger.debug(self) {"#{request.method} #{request.path} #{request.headers.inspect}"} trailer = request.headers.trailer! # We carefully interpret https://tools.ietf.org/html/rfc7230#section-6.3.1 to implement this correctly. begin