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

[trafficserver] branch quic-latest updated: Fix handshake_outstanding count

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

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


The following commit(s) were added to refs/heads/quic-latest by this push:
     new c6da89c  Fix handshake_outstanding count
c6da89c is described below

commit c6da89c43342b91e30617982907faf248c6da2e6
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Fri Aug 25 11:06:03 2017 +0900

    Fix handshake_outstanding count
---
 iocore/net/quic/QUICLossDetector.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocore/net/quic/QUICLossDetector.cc b/iocore/net/quic/QUICLossDetector.cc
index 430d504..c406b9b 100644
--- a/iocore/net/quic/QUICLossDetector.cc
+++ b/iocore/net/quic/QUICLossDetector.cc
@@ -351,5 +351,6 @@ QUICLossDetector::_retransmit_handshake_packets()
 
   for (auto packet_number : retransmitted_handshake_packets) {
     this->_sent_packets.erase(packet_number);
+    --this->_handshake_outstanding;
   }
 }

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