class Protocol::HTTP2::LocalWindow

def limited?

def limited?
	if @desired
		@available < @desired
	else
		super
	end
end