- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 26 Aug 2006 13:09:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv19297/httpd/cgi-bin Modified Files: check Log Message: Include more environment variables in debug output. Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.462 retrieving revision 1.463 diff -u -d -r1.462 -r1.463 --- check 15 Aug 2006 21:51:08 -0000 1.462 +++ check 26 Aug 2006 13:09:11 -0000 1.463 @@ -609,6 +609,8 @@ $T->param(opt_debug => $DEBUG); $T->param(debug => [ + map({name => $_, value => $ENV{$_}}, + qw(no_proxy http_proxy https_proxy ftp_proxy FTP_PASSIVE)), { name => 'Content-Encoding', value => $File->{ContentEnc} }, { name => 'Transfer-Encoding', value => $File->{TransferEnc} }, ],
Received on Saturday, 26 August 2006 13:09:38 UTC