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/12/12 19:25:54 UTC

svn commit: r1773860 - /httpd/test/framework/trunk/t/apache/http_strict.t

Author: wrowe
Date: Mon Dec 12 19:25:54 2016
New Revision: 1773860

URL: http://svn.apache.org/viewvc?rev=1773860&view=rev
Log:
Document

Modified:
    httpd/test/framework/trunk/t/apache/http_strict.t

Modified: httpd/test/framework/trunk/t/apache/http_strict.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/http_strict.t?rev=1773860&r1=1773859&r2=1773860&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/http_strict.t (original)
+++ httpd/test/framework/trunk/t/apache/http_strict.t Mon Dec 12 19:25:54 2016
@@ -106,7 +106,8 @@ my @test_cases = (
     #
     # implementation regression tests
     #
-    # `Header always set <bad value>` should not cause a recursion loop
+    # `Header always set <bad value>` followed by a <bad field name>
+    # should not cause a recursion loop
     [ "GET /regression-header HTTP/1.1\r\nHost: localhost\r\n\r\n" => 500, have_module qw(mod_headers) ],
 );