class Falcon::Proxy

def prepare_headers(headers)

def prepare_headers(headers)
	if connection = headers[CONNECTION]
		headers.slice!(connection)
	end
	
	headers.slice!(HOP_HEADERS)
end