]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Correct T_HTTP_TOKEN_STOP per RFC2068 (2.2) - RFC7230 (3.2.6),
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 29 Jul 2016 15:35:56 +0000 (15:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 29 Jul 2016 15:35:56 +0000 (15:35 +0000)
commit261a4baa00a749f77b0e120c29ce27a1b3695868
treedd6a75eb8a7d1431cd41b2ecd3d85dcd6eebfc71
parente3be6c9bf67964c5c7e8220d49e48ac3bba4727a
Correct T_HTTP_TOKEN_STOP per RFC2068 (2.2) - RFC7230 (3.2.6),
which has always defined 'token' as CHAR or VCHAR - visible USASCII only.

NUL char is also a stop, end of parsing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754538 13f79535-47bb-0310-9956-ffa450edef68
server/gen_test_char.c