class Async::HTTP::Body::Hijack

def call(stream)

def call(stream)
	return @block.call(stream)
end