lightbug_http
lightbug_http copied to clipboard
Cache persistent connections in client
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.