This is an automated email from the ASF dual-hosted git repository.
bcall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 0db18c7 Only decrement log_stat_log_files_open_stat when the file is
closed.
add b58fcfd Move TSHttpTxnServerPush to the stable API interface.
add 11a7f1d Promote server_push_preload plugin.
add 4960789 Change API to return a TSReturnCode code.
No new revisions were added by this update.
Summary of changes:
.../api/functions/TSHttpTxnServerPush.en.rst | 11 ++---
example/plugins/c-api/server_push/server_push.c | 1 -
include/ts/experimental.h | 2 -
include/ts/ts.h | 9 ++++
plugins/Makefile.am | 2 +-
plugins/experimental/server_push_preload/README.md | 3 --
.../server_push_preload/Makefile.inc | 10 ++--
plugins/server_push_preload/README.md | 17 +++++++
.../server_push_preload/server_push_preload.cc | 53 ++++++++++++++++++----
proxy/http2/Http2ConnectionState.cc | 11 +++--
proxy/http2/Http2ConnectionState.h | 2 +-
proxy/http2/Http2Stream.cc | 4 +-
proxy/http2/Http2Stream.h | 2 +-
src/traffic_server/InkAPI.cc | 41 +++++++++++------
14 files changed, 116 insertions(+), 52 deletions(-)
delete mode 100644 plugins/experimental/server_push_preload/README.md
rename plugins/{experimental => }/server_push_preload/Makefile.inc (71%)
create mode 100644 plugins/server_push_preload/README.md
rename plugins/{experimental => }/server_push_preload/server_push_preload.cc
(74%)