lightbug_http icon indicating copy to clipboard operation
lightbug_http copied to clipboard

Cache persistent connections in client

Open bgreni opened this issue 1 year ago • 0 comments

Follow up from https://github.com/saviorand/lightbug_http/pull/60#discussion_r1775777594

Currently we close each connection in the client. We need to implement a mechanism for managing persistent connections, potentially multiple at a time based on hostname. Might be worthwhile to investigate how other libraries manage them.

bgreni avatar Sep 26 '24 05:09 bgreni