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

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


    from 35735bdee8 Add CurlCommand to autests (#12122)
     add f266206adb Require the use of CRLF in chunked message body (#12148)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/files/records.yaml.en.rst          |  9 +++
 .../api/functions/TSHttpOverridableConfig.en.rst   |  1 +
 .../api/types/TSOverridableConfigKey.en.rst        |  1 +
 include/proxy/http/HttpConfig.h                    |  1 +
 include/proxy/http/HttpTunnel.h                    | 20 ++++--
 include/ts/apidefs.h.in                            |  1 +
 plugins/lua/ts_lua_http_config.cc                  |  2 +
 src/api/InkAPI.cc                                  |  3 +
 src/api/InkAPITest.cc                              |  2 +-
 src/proxy/FetchSM.cc                               |  3 +-
 src/proxy/http/HttpConfig.cc                       |  2 +
 src/proxy/http/HttpSM.cc                           | 32 ++++++----
 src/proxy/http/HttpTunnel.cc                       | 72 ++++++++++++++--------
 src/records/RecordsConfig.cc                       |  2 +
 src/shared/overridable_txn_vars.cc                 |  1 +
 .../replays/malformed_chunked_header.replay.yaml   | 43 +++++++++++++
 16 files changed, 152 insertions(+), 43 deletions(-)

Reply via email to