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

[trafficserver] branch master updated (982e0ed0f -> 2aa1d3106)

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

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


    from 982e0ed0f add proxy.config.http.cache.max_open_write_retry_timeout parameter (#8591)
     add 2aa1d3106 Adds new plugin, http_stats (#8797)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/plugins/http_stats.en.rst          |  78 +++++
 doc/admin-guide/plugins/index.en.rst               |   4 +
 plugins/Makefile.am                                |   1 +
 .../http_stats}/Makefile.inc                       |   6 +-
 .../statichit.cc => http_stats/http_stats.cc}      | 354 +++++++++++++--------
 5 files changed, 303 insertions(+), 140 deletions(-)
 create mode 100644 doc/admin-guide/plugins/http_stats.en.rst
 copy plugins/{escalate => experimental/http_stats}/Makefile.inc (84%)
 copy plugins/experimental/{statichit/statichit.cc => http_stats/http_stats.cc} (61%)