Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

quic: allow multiple independent .connect() calls #176

Closed
wants to merge 1 commit into from

Commits on Oct 16, 2019

  1. quic: allow multiple independent .connect() calls

    Explicitly allow calling `.connect()` multiple times to generate
    separate client sessions on the same socket. This requires making
    `kMaybeBind` call its callback even if the socket is already bound.
    addaleax committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d6a1e68 View commit details
    Browse the repository at this point in the history