You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/02/15 18:29:07 UTC

[trafficserver] branch 8.0.x updated (82fcc3c -> e5fd268)

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

bcall pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 82fcc3c  Updated ChangeLog
     new f4bbc89  Fix crash in Http2ClientSession::release_netvc
     new 9545984  Fix another ProxySession and NetVC shutdown race crash
     new c7c5aba  Doc: centering images is not in view
     new e5fd268  Add transform TSIOBuffer watermark APIs.

The 11190 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/admin-guide/layer-4-routing.en.rst             |  4 +-
 .../monitoring/third-party/circonus.en.rst         | 10 ++---
 doc/admin-guide/plugins/lua.en.rst                 | 24 ++++++++++++
 .../cache-architecture/architecture.en.rst         |  9 +++--
 doc/developer-guide/core-architecture/rpc.en.rst   |  4 +-
 .../plugins/example-plugins/tls_bridge.en.rst      |  4 +-
 doc/static/override.css                            |  5 +++
 plugins/lua/ts_lua_common.h                        |  1 +
 plugins/lua/ts_lua_http.c                          | 43 ++++++++++++++++++++++
 plugins/lua/ts_lua_transform.c                     |  9 ++++-
 proxy/ProxyClientSession.cc                        |  5 ---
 proxy/ProxyClientSession.h                         |  1 -
 proxy/http/Http1ClientSession.cc                   |  5 +++
 proxy/http/Http1ClientSession.h                    | 13 -------
 proxy/http2/Http2ClientSession.cc                  |  2 -
 proxy/http2/Http2ClientSession.h                   | 11 ------
 16 files changed, 102 insertions(+), 48 deletions(-)