Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/541#discussion_r57665851 --- Diff: proxy/hdrs/HTTP.cc --- @@ -878,7 +878,7 @@ http_parser_clear(HTTPParser *parser) MIMEParseResult http_parser_parse_req(HTTPParser *parser, HdrHeap *heap, HTTPHdrImpl *hh, const char **start, const char *end, - bool must_copy_strings, bool eof) + bool must_copy_strings, bool eof, bool strict_uri_parsing) --- End diff -- Rather than multiple ``bool``, maybe we ought to pass bitwise flags?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---