Hi,
in my quest to use http keep-alives in the concurrent http requests I want to do (from JobQueue worker sessions), I'm looking at both modules and wonder what the differences are? They seem very similar in function?
Am I correct when I'm thinking that as P::C::C::UserAgent is based on LWP::UserAgent, it does support keep-alive (LWP::UserAgent does)?
I did snoop around P::C::C::HTTP and have some ideas how to add this functionality but hopefully I don't have to ;)
Thanks,
Bas.
