RE: Memory Leak: Perl, OpenSSL, LWP & https requests

2000-09-09 Thread Jan Wedekind
Hi Marko, Summary: - IO::Socket::SSL has problems with broken connections - Crypt::SSL (0.17, includes Net::SSL) still has a memory leak - Net::SSLeay::get_https works fine (with own eval()/die() timeout wrapper) > you mentioned having both Crypt-SSLeay and IO-Socket-SSL in your

Re: Memory Leak: Perl, OpenSSL, LWP & https requests

2000-09-08 Thread Marko Asplund
On Wed, 6 Sep 2000 [EMAIL PROTECTED] wrote: > when using the following combinations I got memory leaks > by sending SSL-requests via LWP objects. I do not > got such problems when using e.g. Net::SSLeay::get_https > directly. you mentioned having both Crypt-SSLeay and IO-Socket-SSL in your envi