validator/httpd/cgi-bin check,1.376,1.377

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv30095

Modified Files:
	check 
Log Message:
Nuke LWP from UA string to avoid getting thrown out with the bathwater.


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -d -r1.376 -r1.377
--- check	15 Jan 2005 16:18:38 -0000	1.376
+++ check	3 Feb 2005 22:49:59 -0000	1.377
@@ -1191,7 +1191,7 @@
 
   my $ua = new LWP::UserAgent;
   $ua->env_proxy();
-  $ua->agent("W3C_Validator/$VERSION " . $ua->agent);
+  $ua->agent("W3C_Validator/$VERSION");
   $ua->parse_head(0);  # Parse the http-equiv stuff ourselves. @@ Why?
 
   $ua->protocols_allowed($CFG->{Protocols}->{Allow} || ['http', 'https']);

Received on Thursday, 3 February 2005 22:50:02 UTC