class Async::HTTP::Protocol::HTTP2
def read_in_background(task: Task.current)
def read_in_background(task: Task.current) task.async do |nested_task| nested_task.annotate("#{version} reading data") while buffer = @stream.read_partial @controller << buffer end Async.logger.debug(self) {"Connection reset by peer!"} end end