Skip to content

Commit

Permalink
Friendly catch by Rüdiger, restore line mis-removed by the previous c…
Browse files Browse the repository at this point in the history
…ommit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754568 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Jul 29, 2016
1 parent 2926c28 commit cd543cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/gen_test_char.c
Expand Up @@ -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)
Expand Down

0 comments on commit cd543cc

Please sign in to comment.