- From: Ville Skytta <ville@dev.w3.org>
- Date: Sat, 16 Oct 2004 20:51:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv1836/httpd/cgi-bin
Modified Files:
check
Log Message:
Honor proxy settings from environment.
http://lists.w3.org/Archives/Public/www-validator/2004Oct/0106.html
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- check 10 Oct 2004 15:23:21 -0000 1.348
+++ check 16 Oct 2004 20:51:40 -0000 1.349
@@ -1174,6 +1174,7 @@
my $uri = new URI (ref $q ? $q->param('uri') : $q);
my $ua = new LWP::UserAgent;
+ $ua->env_proxy();
$ua->agent("W3C_Validator/$VERSION " . $ua->agent);
$ua->parse_head(0); # Parse the http-equiv stuff ourselves. @@ Why?
Received on Saturday, 16 October 2004 20:51:43 UTC