Home | History | Annotate | Download | only in asyncio

Lines Matching refs:_conn_lost

558         self._conn_lost = 0
631 if self._conn_lost or self._closing:
632 if self._conn_lost >= constants.LOG_THRESHOLD_FOR_CONNLOST_WRITES:
635 self._conn_lost += 1
645 self._conn_lost += 1
666 self._conn_lost += 1