Hmmm
Looking at _trivial_http_get:
if ($code =~ /^30[1237]/ && $buf =~ /\012Location:\s*(\S+)/) {
# redirect
So it certainly seems like it's *trying to handle it.
As I recall (it was a late night when I had an application that wasn't
working), I had single stepped down into
Greetings all,
I never noticed this in my error_log before I upgraded to the most
recent Apache/mod_perl/Embperl(beta)-- but on Apache startup I get the
following when I invoke Apache::EmbperlFilter in http.conf:
Constant subroutine dbgAll redefined at /usr/lib/perl5/5.00503/constant.pm line 17
Hi,
>
> I never noticed this in my error_log before I upgraded to the most
> recent Apache/mod_perl/Embperl(beta)-- but on Apache startup I get the
> following when I invoke Apache::EmbperlFilter in http.conf:
>
> Constant subroutine dbgAll redefined at /usr/lib/perl5/5.00503/constant.pm
line 175
Steve Reppucci <[EMAIL PROTECTED]> writes:
> Just a word of warning: LWP::Simple doesn't follow redirects (at least,
> the last I checked, not sure if it's been changed in the 3 or 4
> months since I've last used it...),
If it does not follow redirects then that is a bug. Do you have a
test cas