class Protocol::HTTP2::Window

def full?

The window is completely full?
def full?
	@available <= 0
end