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

def close(error = nil)

def close(error = nil)
	@reader = nil
	
	super
end