lib/async/http/protocol/http1/connection.rb in async-http-0.52.5 vs lib/async/http/protocol/http1/connection.rb in async-http-0.53.0
- old
+ new
@@ -72,14 +72,9 @@
end
def reusable?
@persistent && @stream && !@stream.closed?
end
-
- def close
- Async.logger.debug(self) {"Closing connection"}
- super
- end
end
end
end
end
end