class Falcon::Adapters::Output
def close(error = nil)
def close(error = nil) if @body and @body.respond_to?(:close) @body.close @body = nil end @chunks = nil super end
def close(error = nil) if @body and @body.respond_to?(:close) @body.close @body = nil end @chunks = nil super end