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 dc7577a clang-format
dc7577a is described below
commit dc7577a4151361ddfa4b3db595712ad2100b866b
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Fri Mar 23 12:22:57 2018 +0900
clang-format
---
iocore/net/QUICNetVConnection.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/iocore/net/QUICNetVConnection.cc b/iocore/net/QUICNetVConnection.cc
index a361c3b..73b31f6 100644
--- a/iocore/net/QUICNetVConnection.cc
+++ b/iocore/net/QUICNetVConnection.cc
@@ -1102,8 +1102,8 @@ QUICNetVConnection::_packetize_frames()
QUICErrorUPtr
QUICNetVConnection::_recv_and_ack(QUICPacketUPtr packet)
{
- const uint8_t *payload = packet->payload();
- uint16_t size = packet->payload_size();
+ const uint8_t *payload = packet->payload();
+ uint16_t size = packet->payload_size();
QUICPacketNumber packet_num = packet->packet_number();
if (packet_num > this->_largest_received_packet_number) {
--
To stop receiving notification emails like this one, please contact
[email protected].