I'm not sure if you saw my previous e-mail, but it looks like LWP::UserAgent is ending the request early over HTTPS sometimes. I've not really found a pattern, as sometimes it works but most times it fails. And when it fails it does so after different amounts of data have been transferred. If I connect over HTTP it works 100% of the time.
I'd say reverting the patch is a quick fix, and will not hinder the functionality of the script. It's much easier than trying to track down where it's happening in LWP::UserAgent. -Tim --- Tim Heckman On Monday, March 26, 2012 at 1:34 PM, Daniel Stenberg wrote: > On Mon, 26 Mar 2012, Guenter wrote: > > > also I somehow missed the discussion why we introduced 17 days ago > > downloading the certdata.txt now via https ..? > > > > > Sorry. I received that patch and as I thought it was a good idea to use HTTPS > to maintain a higher degree of certainty I merged it. If that is truly the > reason for this problem we should of course revert that patch again. > > -- > > / daniel.haxx.se (http://daniel.haxx.se) > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > >
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
