stas 2003/09/18 00:38:20
Modified: perl-framework/Apache-Test Changes Log: log the recent change Revision Changes Path 1.44 +7 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v retrieving revision 1.43 retrieving revision 1.44 diff -u -u -r1.43 -r1.44 --- Changes 17 Sep 2003 19:06:31 -0000 1.43 +++ Changes 18 Sep 2003 07:38:20 -0000 1.44 @@ -8,6 +8,13 @@ =item 1.04-dev - +if the server stops reading from the client before it has sent all its +data, Apache::TestClient (which is used when LWP is not available) +would just die without any error message (5.8.1) because no SIGPIPE +handler was setup and the Broken Pipe error was missed. Replacing +'print $s' with $s->send() solves this problem: Apache::TestClient +will just move on without bailing out. [Stas] + if env var APACHE_TEST_PRETEND_NO_LWP is true, Apache::Test will pretend that LWP is not available. useful for testing whether the test suite will survive on a system which doesn't have libwww-perl
