On Fri, Sep 03, 2004 at 07:44:43AM +0200, Bruno Boettcher wrote: > On Thu, Sep 02, 2004 at 05:23:57PM -0400, Rocco Caputo wrote: > > cp HTTP.pm blib/lib/POE/Component/Client/HTTP.pm > > Skip blib/lib/POE/Component/Client/HTTP/SSL.pm (unchanged) > > PERL_DL_NONLAZY=1 /sw/perl/584-multi/bin/perl "-MExtUtils::Command::MM" "-e" > > "test_harness(0, 'blib/lib', 'blib/arch')" t/01_request.t > > t/01_request....ok > made the same: > t/01_request....FAILED tests 1-4, 7-8, 10 > Failed 7/10 tests, 30.00% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/01_request.t 10 7 70.00% 1-4 7-8 10 > Failed 1/1 test scripts, 0.00% okay. 7/10 subtests failed, > 30.00% okay. > > > All tests successful. > > Files=1, Tests=10, 6 wallclock secs ( 0.87 cusr + 0.22 csys = 1.09 CPU) > > > > Doesn't reproduce here. Intermediate proxy broken? Network issues? > hmmm normal browser access all pages, i am not aware of any proxy even > if they surely are some at my provider...
Do you have an HTTP_PROXY environment variable set? Can you reach http://poe.perl.org/ ? Both HTTP.pm and t/01_request.t have DEBUG constants. Perhaps turning them on will show more information. -- Rocco Caputo - http://poe.perl.org/
