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/11/28 05:33:56 UTC

[trafficserver] branch quic-latest updated: Remove a wrong assert

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

maskit 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 ff03253  Remove a wrong assert
ff03253 is described below

commit ff03253e49394fa8323018a9a4ba93b39e2bd351
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Tue Nov 28 14:33:26 2017 +0900

    Remove a wrong assert
---
 iocore/net/QUICNetVConnection.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/net/QUICNetVConnection.cc b/iocore/net/QUICNetVConnection.cc
index cc226fa..56ec2a7 100644
--- a/iocore/net/QUICNetVConnection.cc
+++ b/iocore/net/QUICNetVConnection.cc
@@ -773,7 +773,6 @@ QUICNetVConnection::_store_frame(ats_unique_buf &buf, size_t &len, bool &retrans
   }
 
   if (len + frame->size() + MAX_PACKET_OVERHEAD > max_size || (previous_packet_type != current_packet_type && len > 0)) {
-    ink_assert(len > 0);
     this->_transmit_packet(this->_build_packet(std::move(buf), len, retransmittable, previous_packet_type));
     retransmittable = false;
     len             = 0;

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