[trafficserver] branch quic-latest updated (72d2a70 -> 06b3b2d)

2019-01-14 Thread masaori
This is an automated email from the ASF dual-hosted git repository. masaori pushed a change to branch quic-latest in repository https://gitbox.apache.org/repos/asf/trafficserver.git. from 72d2a70 More fixes test cases broken due to (ats_unique_buf -> IOBufferBlock) add 06b3b2d Assign

[trafficserver] branch quic-latest updated (b223484 -> 72d2a70)

2019-01-14 Thread masaori
This is an automated email from the ASF dual-hosted git repository. masaori pushed a change to branch quic-latest in repository https://gitbox.apache.org/repos/asf/trafficserver.git. from b223484 QUIC: Fixes test cases broken due to (ats_unique_buf -> IOBufferBlock) add f2cb7b6 Add t

[trafficserver] branch master updated: TLS Bridge: Cleanup, fix TSError for more consistency.

2019-01-14 Thread amc
This is an automated email from the ASF dual-hosted git repository. amc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git The following commit(s) were added to refs/heads/master by this push: new 1cadfc4 TLS Bridge: Cleanup, fix TSError fo

[trafficserver] Diff for: [GitHub] SolidWallOfCode merged pull request #4782: TLS Bridge: Cleanup, fix TSError for more consistency.

2019-01-14 Thread GitBox
diff --git a/doc/developer-guide/plugins/example-plugins/tls_bridge.en.rst b/doc/developer-guide/plugins/example-plugins/tls_bridge.en.rst index 57a4661d7c..29821e65d5 100644 --- a/doc/developer-guide/plugins/example-plugins/tls_bridge.en.rst +++ b/doc/developer-guide/plugins/example-plugins/tls_b

[trafficserver] branch master updated: Autest: Test revalidating cached objects- Chunked object with Range request and 304 (for #3413)- INM, IMS validations

2019-01-14 Thread mlibbey
This is an automated email from the ASF dual-hosted git repository. mlibbey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git The following commit(s) were added to refs/heads/master by this push: new c778176 Autest: Test revalidating cache

[trafficserver] Diff for: [GitHub] mlibbey merged pull request #3768: Autest: Test revalidating cached objects

2019-01-14 Thread GitBox
diff --git a/tests/gold_tests/headers/cache_and_error_nobody.gold b/tests/gold_tests/headers/cache_and_error_nobody.gold new file mode 100644 index 00..8e10e6fe17 --- /dev/null +++ b/tests/gold_tests/headers/cache_and_error_nobody.gold @@ -0,0 +1,11 @@ +HTTP/1.1 404 Not Found +Content-Leng

[trafficserver] Diff for: [GitHub] zwoop merged pull request #4780: Don't allow the old body to be used when refreshing

2019-01-14 Thread GitBox
diff --git a/iocore/cache/CacheWrite.cc b/iocore/cache/CacheWrite.cc index cd873ef40a..f81cf8da4e 100644 --- a/iocore/cache/CacheWrite.cc +++ b/iocore/cache/CacheWrite.cc @@ -90,7 +90,7 @@ CacheVC::updateVector(int /* event ATS_UNUSED */, Event * /* e ATS_UNUSED */) return openWriteClos

[trafficserver] branch master updated: Don't allow the old body to be used when refreshing

2019-01-14 Thread zwoop
This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git The following commit(s) were added to refs/heads/master by this push: new 7ed14f5 Don't allow the old body to be us

[trafficserver] Diff for: [GitHub] zwoop merged pull request #4791: Adds some missing packages to the Dockerfile

2019-01-14 Thread GitBox
diff --git a/ci/docker/yum/Dockerfile b/ci/docker/yum/Dockerfile index 82248c9e26..eeff9ca0fc 100644 --- a/ci/docker/yum/Dockerfile +++ b/ci/docker/yum/Dockerfile @@ -48,11 +48,12 @@ RUN yum -y update; \ # Autoconf autoconf automake libtool \ # Various other tools -git rpm-build

[trafficserver] branch master updated: Adds some missing packages to the Dockerfile

2019-01-14 Thread zwoop
This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git The following commit(s) were added to refs/heads/master by this push: new ed319d2 Adds some missing packages to the