If LWP is not installed and the emulation is used, I don't get the Host: header in $r->as_string, so the 18th subtest of t/response/TestAPI/rutil.pm fails:

t_debug($r->as_string);
ok $r->as_string =~
m!GET /TestAPI::rutil.*Host:.*200 OK.*Content-Type:!s;

I get:

# GET /TestAPI::rutil HTTP/1.0
# User-Agent: libwww-perl/0.00
#
# HTTP/1.0 200 OK
# Connection: close
# Content-Type: text/plain
not ok 18

So should we drop the "Host:" from the match, or should the emulator be fixed to have this header?



__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to