tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

server-connection-close.py (268B)


      1 def session_established(session):
      2    session.create_bidirectional_stream()
      3 
      4 
      5 def stream_data_received(session,
      6                         stream_id: int,
      7                         data: bytes,
      8                         stream_ended: bool):
      9    session._http._quic.close()