module Async::HTTP::Protocol::HTTP2::Connection

def initialize(*)

def initialize(*)
	super
	
	@count = 0
	@reader = nil
end