class Falcon::Middleware::Proxy

def close

Close all the connections to the upstream hosts.
def close
	@clients.each_value(&:close)
	
	super
end