Bandit.HTTP2.Connection.shutdown_connection

You're seeing just the function shutdown_connection, go back to Bandit.HTTP2.Connection module for more information.
Link to this function

shutdown_connection(error_code, reason, socket, connection)

View Source

Specs

shutdown_connection(
  Bandit.HTTP2.Errors.error_code(),
  term(),
  ThousandIsland.Socket.t(),
  t()
) :: {:ok, :close, t()} | {:error, term(), t()}