On 27 Aug 2001, Gisle Aas wrote:

> > -   my $buf;
> > +   my $buf = ""; #prevent use of uninitialized value
.. 
> Where did this 'use of uninitialized value' happen??

SSLeay.xs:SSL_read():
           buf = SvPV_force(sv, blen);
 
> > +        local @Net::HTTP::ISA = qw(LWP::Protocol::https11::Noop);
> 
> This blows away the perl method cache each time we connect to an https
> server.  There must be a better way?

ouch, hadn't thought of that.  i was just trying to implement this with
little change as possible to the existing code.
your _http_socket_configure suggestion sounds good to me.

Reply via email to