in reply to url issues using HTTP::Tiny

HTTP 599 suggests a network timeout. curl has a 2 minute timeout by default, HTTP::Tiny has a default of 1 minute, perhaps try providing a longer timeout attribute in your constructor?