• Rémi Denis-Courmont's avatar
    HTTP connection manager preliminary implementation · c1432313
    Rémi Denis-Courmont authored
    This would keep track of HTTP(S) connections to enable reuse (HTTP 1)
    or multiplexing (HTTP 2). Initially, the connection manager will be
    scoped to the access module, so it only handles a single authority
    and a single pending request.
    c1432313
connmgr.c 6.18 KB