You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ga...@apache.org on 2019/09/26 19:38:25 UTC

[trafficserver] branch master updated (c4ce635 -> 70de21d)

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

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


    from c4ce635  Removed hardcoded sni.yaml configuration filename in logs
     add 70de21d  Rearrange config reload notifications

No new revisions were added by this update.

Summary of changes:
 build/plugins.mk                                   |   2 +-
 doc/developer-guide/api/functions/TSRemap.en.rst   |  14 ++-
 doc/developer-guide/plugins/remap-plugins.en.rst   |  79 ++++++++------
 include/ts/remap.h                                 |  22 +++-
 proxy/ReverseProxy.cc                              |   2 +-
 proxy/http/remap/Makefile.am                       |   2 +-
 proxy/http/remap/PluginDso.h                       |  10 +-
 proxy/http/remap/PluginFactory.cc                  |  75 ++++++++-----
 proxy/http/remap/PluginFactory.h                   |   6 +-
 proxy/http/remap/RemapConfig.cc                    |  15 ++-
 proxy/http/remap/RemapPluginInfo.cc                |  37 +++++--
 proxy/http/remap/RemapPluginInfo.h                 |  27 +++--
 .../http/remap/unit-tests/plugin_testing_calls.cc  |  11 +-
 .../http/remap/unit-tests/plugin_testing_common.h  |  28 ++---
 proxy/http/remap/unit-tests/test_PluginDso.cc      |   6 +-
 proxy/http/remap/unit-tests/test_PluginFactory.cc  | 119 ++++++++++++++++-----
 proxy/http/remap/unit-tests/test_RemapPlugin.cc    |   9 +-
 17 files changed, 320 insertions(+), 144 deletions(-)