]> granicus.if.org Git - apache/commitdiff
Friendly catch by RĂ¼diger, restore line mis-removed by the previous commit
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 29 Jul 2016 20:08:56 +0000 (20:08 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 29 Jul 2016 20:08:56 +0000 (20:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754568 13f79535-47bb-0310-9956-ffa450edef68

server/gen_test_char.c

index c08944836e42e9cc828ef42fc420d57fbfb3fd2e..1db23b3ee5a92425e4b06d3dd4526d0a92d9bc8f 100644 (file)
@@ -124,6 +124,7 @@ int main(int argc, char *argv[])
          * ASCII equivilants here
          */
         if (!c || apr_iscntrl(c) || strchr(" \t()<>@,;:\\\"/[]?={}", c)) {
+            flags |= T_HTTP_TOKEN_STOP;
         }
 
         /* Catch CTRLs other than VCHAR, HT and SP, and obs-text (RFC7230 3.2)