class Async::HTTP::Protocol::HTTP2::Server

def stop_connection

def stop_connection
	super
	
	@requests.enqueue nil
end