HTTP connection manager preliminary implementation
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.
Showing
Please register or sign in to comment