Share DNS and Connect between curl requests by staabm · Pull Request #117 · lesstif/php-JiraCloud-RESTAPI

@clxmstaab @staabm

reduces overhead when doing multiple curl requests per php-request.

other places which manually invoke `curl_init` can benefit in a similar way by adding such code.
`curl_multi_*` will automatically share caches between requests, without the need for additional code.

@staabm marked this pull request as ready for review

December 2, 2025 08:43