http-client
http-client copied to clipboard
feat: add `connection_cache_size` to Config
Add a feature, to set connection_cache_size opt.
Is there any clue to add the connection cache for the async-h1 client?
You'll need to figure out how to implement it for the async-h1 client. You might need an atomic counter of some sort on the client.