lib/async/http/client.rb in async-http-0.51.5 vs lib/async/http/client.rb in async-http-0.51.6

- old
+ new

@@ -81,10 +81,10 @@ end end def close while @pool.busy? - Async.logger.warn(self) {"Waiting for pool to drain: #{@pool}"} + Async.logger.warn(self) {"Waiting for #{@protocol} pool to drain: #{@pool}"} @pool.wait end @pool.close end