class Async::HTTP::Protocol::HTTP2::Response

def stop_connection(error)

def stop_connection(error)
	@exception = error
	
	notify!
end