You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/11/22 18:37:36 UTC

svn propchange: r1770868 - svn:log

Author: wrowe
Revision: 1770868
Modified property: svn:log

Modified: svn:log at Tue Nov 22 18:37:36 2016
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Nov 22 18:37:36 2016
@@ -1,7 +1,7 @@
 List discussion resulted in rejecting all but SP characters in the request
 line, but in the strict mode prioritize excessive space testing over bad
 space testing (which is captured later) and make both more efficient
-(at this test ll[0] is already a SP or NULL char). Also correct a comment.
+(at this test ll[0] is already whitespace or \0 char). Also correct a comment.
 
 Backports: r1770867
 Submitted by: wrowe