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 092d089  clang-format
092d089 is described below

commit 092d089e043e8b22385a1468227b606f976386f5
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Tue Nov 28 17:45:29 2017 +0900

    clang-format
---
 iocore/net/quic/QUICPacket.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/net/quic/QUICPacket.cc b/iocore/net/quic/QUICPacket.cc
index 4d822ea..4c173dd 100644
--- a/iocore/net/quic/QUICPacket.cc
+++ b/iocore/net/quic/QUICPacket.cc
@@ -732,7 +732,6 @@ QUICPacketUPtr
 QUICPacketFactory::create_server_protected_packet(QUICConnectionId 
connection_id, QUICPacketNumber base_packet_number,
                                                   ats_unique_buf payload, 
size_t len, bool retransmittable)
 {
-
   // TODO Key phase should be picked up from QUICCrypto, probably
   QUICPacketHeader *header =
     QUICPacketHeader::build(QUICPacketType::ONE_RTT_PROTECTED_KEY_PHASE_0, 
connection_id, this->_packet_number_generator.next(),

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to