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:21 UTC

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

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>.