You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by wk...@apache.org on 2022/10/11 20:03:02 UTC

[trafficserver] branch master updated (07e7ab94c -> 4335cf868)

This is an automated email from the ASF dual-hosted git repository.

wkaras pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 07e7ab94c Remove unnecessary, dangerous casts from SET_HANDLER and SET_CONTINUATION invocations. (#9129)
     add 4335cf868 Add Au test for various HTTP requests that are not RFC compliant. (#9035)

No new revisions were added by this update.

Summary of changes:
 tests/gold_tests/bad_http_fmt/bad_http_fmt.test.py | 175 +++++++++++++++++++++
 tests/gold_tests/bad_http_fmt/client.gold          |  25 +++
 tests/gold_tests/bad_http_fmt/server.gold          |  16 ++
 3 files changed, 216 insertions(+)
 create mode 100644 tests/gold_tests/bad_http_fmt/bad_http_fmt.test.py
 create mode 100644 tests/gold_tests/bad_http_fmt/client.gold
 create mode 100644 tests/gold_tests/bad_http_fmt/server.gold