class Async::HTTP::Protocol::HTTP11

def hijack

def hijack
	@persistent = false
	
	@stream.flush
	
	return @stream.io
end