re: Request Post error useragent.pm line 227

Vern Hart (v-libwww@vern.com)
Tue, 30 Jan 2001 13:54:25 -0700 (MST)


Today, John Gerrish wrote:
> 
> Vern,
> What OS / Platform are you running on where you get the error 'sporadically'?
> I have never seen it from my test linux server but it happens about 1 in 6 on
> the sun-solaris.
> both have (identical) v1.73 of UserAgent.pm.

The server with that problem is linux 2.0.36. And:
# perl -MLWP::UserAgent -e 'print "$LWP::UserAgent::VERSION\n";'
1.74

I don't know what differences 1.74 has to 1.73.

> & did you note in my message that my processor receives the request and
> processes it.  
> No need to do request over but I wasn't getting a chance to record
> transaction/respond to customer.

I don't think I found your message.  But, the https requests I'm
doing are not transactional.  It doesn't hurt me to do them over and
the important part is the data I get back.

Vern