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 2018/01/15 17:22:41 UTC

[trafficserver] branch quic-latest updated (54a24da -> bdd4f7a)

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

zwoop pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 54a24da  Switch to close state on receiving a closing frame on draining state or closing state
     add 6017b58  fixes parse of redirect uris missing leading /
     add c20a319  change history buffer from linear buffer to circulating buffer
     add db81103  new_MIOBuffer: uninitialized water_mark fix.
     add 97f67ef  Traffic-replay updated
     add 995b6ef  Fix an enum element mismatch between TSServerState and ServerState_t
     new bdd4f7a  Merge branch 'master' into quic-latest

The 1 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/eventsystem/P_IOBuffer.h                    |  1 +
 iocore/net/SSLNetVConnection.cc                    |  2 +-
 lib/ts/History.h                                   |  4 --
 lib/ts/apidefs.h.in                                |  3 +-
 lib/ts/test_History.cc                             |  2 +-
 proxy/http/HttpSM.cc                               | 33 ++++++++-
 proxy/http/HttpTransact.h                          |  2 +-
 tests/gold_tests/autest-site/microserver.test.ext  | 48 +++++++------
 tests/gold_tests/redirect/.gitignore               |  1 +
 tests/gold_tests/redirect/gold/redirect.gold       |  9 ++-
 .../gold/{redirect.gold => redirect_post.gold}     |  0
 tests/gold_tests/redirect/redirect.test.py         | 82 ++++++++++++++++------
 tests/gold_tests/redirect/redirect_post.test.py    |  2 +-
 tests/tools/lib/result.py                          | 37 +++++++---
 tests/tools/microServer/uWServer.py                | 39 +++++-----
 tests/tools/sessionvalidation/sessionvalidation.py | 11 ++-
 tests/tools/traffic-replay/NonSSL.py               | 53 ++++++++------
 tests/tools/traffic-replay/SSLReplay.py            | 50 +++++++------
 tests/tools/traffic-replay/Scheduler.py            | 45 +++++++++---
 tests/tools/traffic-replay/__main__.py             |  3 +-
 tests/tools/traffic-replay/extractHeader.py        |  6 +-
 tests/tools/traffic-replay/h2Replay.py             | 26 +++----
 22 files changed, 297 insertions(+), 162 deletions(-)
 create mode 100644 tests/gold_tests/redirect/.gitignore
 copy tests/gold_tests/redirect/gold/{redirect.gold => redirect_post.gold} (100%)

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

[trafficserver] 01/01: Merge branch 'master' into quic-latest

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

zwoop pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit bdd4f7a0a71f42f89b079002ceab092f02634152
Merge: 54a24da 995b6ef
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Jan 15 10:22:25 2018 -0700

    Merge branch 'master' into quic-latest
    
    * master:
      Fix an enum element mismatch between TSServerState and ServerState_t
      Traffic-replay updated
      new_MIOBuffer: uninitialized water_mark fix.
      change history buffer from linear buffer to circulating buffer
      fixes parse of redirect uris missing leading /

 iocore/eventsystem/P_IOBuffer.h                    |  1 +
 iocore/net/SSLNetVConnection.cc                    |  2 +-
 lib/ts/History.h                                   |  4 --
 lib/ts/apidefs.h.in                                |  3 +-
 lib/ts/test_History.cc                             |  2 +-
 proxy/http/HttpSM.cc                               | 33 ++++++++-
 proxy/http/HttpTransact.h                          |  2 +-
 tests/gold_tests/autest-site/microserver.test.ext  | 48 +++++++------
 tests/gold_tests/redirect/.gitignore               |  1 +
 tests/gold_tests/redirect/gold/redirect.gold       |  9 ++-
 .../gold/{redirect.gold => redirect_post.gold}     |  0
 tests/gold_tests/redirect/redirect.test.py         | 82 ++++++++++++++++------
 tests/gold_tests/redirect/redirect_post.test.py    |  2 +-
 tests/tools/lib/result.py                          | 37 +++++++---
 tests/tools/microServer/uWServer.py                | 39 +++++-----
 tests/tools/sessionvalidation/sessionvalidation.py | 11 ++-
 tests/tools/traffic-replay/NonSSL.py               | 53 ++++++++------
 tests/tools/traffic-replay/SSLReplay.py            | 50 +++++++------
 tests/tools/traffic-replay/Scheduler.py            | 45 +++++++++---
 tests/tools/traffic-replay/__main__.py             |  3 +-
 tests/tools/traffic-replay/extractHeader.py        |  6 +-
 tests/tools/traffic-replay/h2Replay.py             | 26 +++----
 22 files changed, 297 insertions(+), 162 deletions(-)


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