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

[trafficserver] branch master updated (4762f63 -> e0664e4)

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

shinrich pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  4762f63   Merge pull request #839 from apache/status_update_620_rel
      adds  85c0211   TS-4507: Fix SSN and TXN hook ordering.
       new  e0664e4   Merge pull request #787 from shinrich/ts-4507-2

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


Summary of changes:
 proxy/ProxyClientSession.cc          |   6 +-
 proxy/ProxyClientSession.h           |   4 +-
 proxy/ProxyClientTransaction.cc      |  12 ++-
 proxy/ProxyClientTransaction.h       |   8 +-
 proxy/http/Http1ClientSession.cc     |  37 ++++++--
 proxy/http/Http1ClientSession.h      |  17 +++-
 proxy/http/Http1ClientTransaction.cc |  19 ++++
 proxy/http/Http1ClientTransaction.h  |   6 +-
 proxy/http/HttpSM.cc                 |  21 ++---
 proxy/http2/Http2ClientSession.cc    |  74 ++++++++++++---
 proxy/http2/Http2ClientSession.h     |  22 ++++-
 proxy/http2/Http2ConnectionState.cc  |  37 ++++++--
 proxy/http2/Http2ConnectionState.h   |  20 +++-
 proxy/http2/Http2Stream.cc           | 175 ++++++++++++++++++++---------------
 proxy/http2/Http2Stream.h            |   9 +-
 15 files changed, 323 insertions(+), 144 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 01/01: Merge pull request #787 from shinrich/ts-4507-2

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shinrich pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit e0664e4ce6ad337dac6977c305868357894303fe
Merge: 4762f63 85c0211
Author: Susan Hinrichs <sh...@ieee.org>
AuthorDate: Thu Aug 4 14:25:14 2016 -0500

    Merge pull request #787 from shinrich/ts-4507-2
    
    TS-4507: Fix SSN and TXN hook ordering.

 proxy/ProxyClientSession.cc          |   6 +-
 proxy/ProxyClientSession.h           |   4 +-
 proxy/ProxyClientTransaction.cc      |  12 ++-
 proxy/ProxyClientTransaction.h       |   8 +-
 proxy/http/Http1ClientSession.cc     |  37 ++++++--
 proxy/http/Http1ClientSession.h      |  17 +++-
 proxy/http/Http1ClientTransaction.cc |  19 ++++
 proxy/http/Http1ClientTransaction.h  |   6 +-
 proxy/http/HttpSM.cc                 |  21 ++---
 proxy/http2/Http2ClientSession.cc    |  74 ++++++++++++---
 proxy/http2/Http2ClientSession.h     |  22 ++++-
 proxy/http2/Http2ConnectionState.cc  |  37 ++++++--
 proxy/http2/Http2ConnectionState.h   |  20 +++-
 proxy/http2/Http2Stream.cc           | 175 ++++++++++++++++++++---------------
 proxy/http2/Http2Stream.h            |   9 +-
 15 files changed, 323 insertions(+), 144 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.