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 0884376  Remove unused code
0884376 is described below

commit 08843763757513761262500030a44f5fc1c3caf1
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Wed Feb 6 17:36:36 2019 +0900

    Remove unused code
---
 iocore/net/QUICNetVConnection.cc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/iocore/net/QUICNetVConnection.cc b/iocore/net/QUICNetVConnection.cc
index e68d5ea..70f05cd 100644
--- a/iocore/net/QUICNetVConnection.cc
+++ b/iocore/net/QUICNetVConnection.cc
@@ -521,10 +521,6 @@ QUICNetVConnection::handle_frame(QUICEncryptionLevel 
level, const QUICFrame &fra
     QUICFCDebug("[REMOTE] %" PRIu64 "/%" PRIu64, 
this->_remote_flow_controller->current_offset(),
                 this->_remote_flow_controller->current_limit());
     this->_schedule_packet_write_ready();
-
-    break;
-  case QUICFrameType::PING:
-    // Nothing to do
     break;
   case QUICFrameType::DATA_BLOCKED:
     // DATA_BLOCKED frame is for debugging. Nothing to do here.

Reply via email to