validator/httpd/cgi-bin check,1.737,1.738

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

Modified Files:
	check 
Log Message:
Don't disable stdout buffering; it no longer matters since we're
printing everything in one go from templates anyway.


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.737
retrieving revision 1.738
diff -u -d -r1.737 -r1.738
--- check	28 Nov 2009 21:52:30 -0000	1.737
+++ check	28 Nov 2009 21:55:25 -0000	1.738
@@ -30,10 +30,6 @@
 use warnings;
 use utf8;
 
-#
-# Disable buffering on STDOUT!
-$| = 1;
-
 package W3C::Validator::MarkupValidator;
 
 #

Received on Saturday, 28 November 2009 21:55:36 UTC