On 2 June 2016 at 08:04, David Emanuel da Costa Santiago
<deman...@gmail.com> wrote:
> They are using the same verion of Net::SSLeay (version 1.72). All the
> software have the same version.


No, not Net::SSLeay ... OpenSSL, which it links against.

And if you recently upgraded/downgraded OpenSSL to match versions,
Net::SSLeay will need to be reinstalled to utilize C level changes.

You could have one machine suffering due to an OpenSSL bug and not realise it.

Things like buffer sizes being different would be enough to change the
number of calls to write_partial, but what is calling write_partial is
probably part of this problem.

-- 
Kent

KENTNL - https://metacpan.org/author/KENTNL

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to