class Protocol::HTTP2::WindowUpdateFrame

def apply(connection)

def apply(connection)
	connection.receive_window_update(self)
end