class Puma::LogWriter

def connection_error(error, req, text="HTTP connection error")

Other tags:
    Version: - 5.0.0
def connection_error(error, req, text="HTTP connection error")
  @error_logger.info(error: error, req: req, text: text)
end