MCPcopy
hub / github.com/mitmproxy/mitmproxy / wait_handshake

Method wait_handshake

test/mitmproxy/addons/test_proxyserver.py:522–523  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

520 return super().connection_lost(exc)
521
522 async def wait_handshake(self) -> None:
523 return await asyncio.wait_for(self._waiter, timeout=QuicClient.TIMEOUT)
524
525
526class QuicDatagramClient(QuicClient):

Callers 1

quic_connectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected