[trafficserver] branch quic-latest updated (7c2b65a -> 447c7f6)

2019-01-16 Thread maskit
This is an automated email from the ASF dual-hosted git repository. maskit pushed a change to branch quic-latest in repository https://gitbox.apache.org/repos/asf/trafficserver.git. from 7c2b65a QUIC: Refactor crypto and stream frame retrasmission new cb407ab Add h2disable test.

[trafficserver] branch master updated: Fix potential unterminated string in logging in state machine.

2019-01-16 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 04bfb45 Fix potential unterminated string

[trafficserver] branch master updated: Add ifdef so tls test client will compile on non-openssl-1.1.x

2019-01-16 Thread shinrich
This is an automated email from the ASF dual-hosted git repository. shinrich 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 726c2d3 Add ifdef so tls test client

[trafficserver] branch 8.0.x updated: Updated Changelog

2019-01-16 Thread bcall
This is an automated email from the ASF dual-hosted git repository. bcall pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git The following commit(s) were added to refs/heads/8.0.x by this push: new 779f1e9 Updated Changelog 779f1e9 is

[trafficserver] branch master updated: Allows to run make clean multiple times

2019-01-16 Thread bcall
This is an automated email from the ASF dual-hosted git repository. bcall 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 6a3c519 Allows to run make clean

[trafficserver] branch 8.0.x updated: Doc: parent config has more features than balancer plugin

2019-01-16 Thread bcall
This is an automated email from the ASF dual-hosted git repository. bcall pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git The following commit(s) were added to refs/heads/8.0.x by this push: new 2cf67ba Doc: parent config has more

[trafficserver] branch master updated: Update common.m4 to correctly use $LIBS instead of $LDFLAGS

2019-01-16 Thread bcall
This is an automated email from the ASF dual-hosted git repository. bcall 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 8434893 Update common.m4 to correctly

[trafficserver] branch master updated: Fixes unmatched port when looking up HostDB

2019-01-16 Thread bcall
This is an automated email from the ASF dual-hosted git repository. bcall 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 646b2d9 Fixes unmatched port when

[trafficserver] branch master updated: Changes the string_view::length to ::size

2019-01-16 Thread bcall
This is an automated email from the ASF dual-hosted git repository. bcall 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 fc0ddfa Changes the string_view::length

[trafficserver] branch quic-latest updated (06b3b2d -> 7c2b65a)

2019-01-16 Thread scw00
This is an automated email from the ASF dual-hosted git repository. scw00 pushed a change to branch quic-latest in repository https://gitbox.apache.org/repos/asf/trafficserver.git. from 06b3b2d Assign thread for QUICNetVC at QUICPacketHandlerIn::_recv_packet add 7c2b65a QUIC:

[trafficserver] Diff for: [GitHub] scw00 merged pull request #4770: QUIC: Complete stream frame and crypto frame retransmission

2019-01-16 Thread GitBox
diff --git a/iocore/net/quic/QUICFrame.cc b/iocore/net/quic/QUICFrame.cc index 83054bf501..be365e1bca 100644 --- a/iocore/net/quic/QUICFrame.cc +++ b/iocore/net/quic/QUICFrame.cc @@ -536,7 +536,7 @@ QUICCryptoFrame::store(uint8_t *buf, size_t *len, size_t limit) const *len += n; // Crypto