class Async::HTTP::Protocol::HTTP2::Response::Stream
def wait
def wait # If you call wait after the headers were already received, it should return immediately: @notification&.wait if @exception raise @exception end end
def wait # If you call wait after the headers were already received, it should return immediately: @notification&.wait if @exception raise @exception end end