cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2004-10-27 Thread theory
theory 2004/10/27 11:00:37 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: Separated the $RedirectOK package variable from the setting of the same information by passing the requests_redirectable parameter to

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2004-10-18 Thread stas
stas2004/10/18 15:13:35 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: doc fix Submitted by: Boris Zentner [EMAIL PROTECTED] Revision ChangesPath 1.100 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Index:

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-11-28 Thread stas
stas2003/11/28 10:19:45 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: make sure that have_lwp eval {} returns 1 or 0/undef and not the value of the expression executed last (e.g. I was getting 5 from unless (...){} ) Revision ChangesPath 1.93

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-11-07 Thread stas
stas2003/11/07 14:30:33 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: update the follow redirect behavior with POSTs doc Submitted by: David Wheeler [EMAIL PROTECTED] Revision ChangesPath 1.92 +4 -5

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-10-27 Thread stas
stas2003/10/27 14:45:13 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: croak if lwp didn't return a response object Revision ChangesPath 1.91 +3 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Index:

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-10-02 Thread stas
stas2003/10/02 09:28:47 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: turn =item into =head3, so they will end up in TOC in the htmlify doc Submitted by: David Wheeler [EMAIL PROTECTED] Revision ChangesPath 1.87 +32 -37

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-10-02 Thread stas
stas2003/10/02 10:38:13 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: fix a few typos and adjust the pod escaping Revision ChangesPath 1.89 +25 -24 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Index:

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-10-02 Thread stas
stas2003/10/02 10:40:15 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: the simplest POST idiom to send any data is: my $res = POST $uri, content = $data; Revision ChangesPath 1.90 +4 -0

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-07-18 Thread stas
stas2003/07/18 00:58:31 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: expand the docs on OPTIONS Submitted by: David Wheeler [EMAIL PROTECTED] Revision ChangesPath 1.83 +9 -1

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-07-08 Thread stas
stas2003/07/08 00:28:28 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: Change the way the redirect_ok parameter works so that it affects only _that call_ to the function. Afterward it should revert to the old value of $RedirectOK. Change user_agent()

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-07-08 Thread stas
stas2003/07/08 00:29:48 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: UPLOAD is now auto-exported, like the rest Submitted by: David Wheeler [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.80 +1 -1

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-07-08 Thread stas
stas2003/07/08 00:56:24 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: Apache::TestRequest API documenation Submitted by: David Wheeler [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.81 +372 -0

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-01-24 Thread stas
stas2003/01/23 22:59:49 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: vefiry that $hostport is defined before doing operations on it and die with a useful error message otherwise Revision ChangesPath 1.74 +3 -0

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2002-04-02 Thread dougm
dougm 02/04/02 09:47:00 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: add user_agent_keepalive wrapper to allow .t files to disable the -http11 switch for certain tests. Revision ChangesPath 1.70 +4 -0

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2001-11-16 Thread dougm
dougm 01/11/16 11:39:26 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: add socket_trace function Revision ChangesPath 1.56 +10 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Index: TestRequest.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2001-11-14 Thread gbenson
gbenson 01/11/14 06:26:22 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: Work correctly when the response is empty, for instance when we are pinging the server to see if it has warmed up yet. Revision ChangesPath 1.53 +7 -5