You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2019/02/04 23:40:49 UTC

[trafficserver] branch 8.0.x updated (89244b9 -> 73d3df5)

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

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


    from 89244b9  Fix RecConfigReadPluginDir and clean up RecCore
     new 7b38da8  Fixes Clang-Analyzer issue of H2 Dependence Tree
     new 2761b83  Make H2 stream counters atomic
     new bc43a0a  Acquire a lock before checking H2ConnectionState::ua_session
     new 3fe9547  Don't update records.config when other configs are reloaded
     new dab2c25  Unify cross event scheduling code
     new 41bb2f7  Use one setting for H2 consistently for header size limit on H2 connections
     new 4e88493  Initialize redir_len, compiler warnings
     new 0f2cd6c  Don't allow the old body to be used when refreshing
     new 73d3df5  Cached object's size can be used as content length for 304 response

The 11128 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:
 iocore/cache/CacheWrite.cc          |  6 ++--
 lib/records/P_RecCore.cc            |  2 +-
 mgmt/RecordsConfig.cc               |  2 +-
 proxy/http/HttpSM.cc                |  2 +-
 proxy/http/HttpTransact.cc          | 16 ++++++-----
 proxy/http2/HTTP2.cc                |  4 +--
 proxy/http2/HTTP2.h                 |  1 -
 proxy/http2/Http2ConnectionState.cc | 14 ++++------
 proxy/http2/Http2ConnectionState.h  |  9 +++---
 proxy/http2/Http2DependencyTree.h   | 25 +++++++++--------
 proxy/http2/Http2Stream.cc          | 55 +++++++++++++++++++++----------------
 proxy/http2/Http2Stream.h           | 13 +++++----
 12 files changed, 78 insertions(+), 71 deletions(-)