class Roda::RodaPlugins::Streaming::Stream
def close
If not already closed, close the connection, and call
def close return if closed? @closed = true @callback.call if @callback end
def close return if closed? @closed = true @callback.call if @callback end