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