http-client icon indicating copy to clipboard operation
http-client copied to clipboard

feat: add `connection_cache_size` to Config

Open fiag opened this issue 4 years ago • 2 comments

Add a feature, to set connection_cache_size opt.

fiag avatar Aug 25 '21 13:08 fiag

Is there any clue to add the connection cache for the async-h1 client?

fiag avatar Aug 30 '21 03:08 fiag

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.

Fishrock123 avatar Aug 30 '21 17:08 Fishrock123