class Async::HTTP::Protocol::HTTP2::Response
def pool=(pool)
def pool=(pool) # If we are already closed, the stream can be released now: if @stream.closed? pool.release(@stream.connection) else # Otherwise, we will release the stream when it is closed: @stream.pool = pool end end