class Protocol::HTTP2::Window

def consume(amount)

def consume(amount)
	@available -= amount
	@used += amount
end