This is an automated email from the ASF dual-hosted git repository.
zwoop 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 f90c319 Prefix the verbose handshake dump with v_
f90c319 is described below
commit f90c3197dc48a7c34023bfa459873d79016e8585
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed Oct 4 12:47:40 2017 -0700
Prefix the verbose handshake dump with v_
---
iocore/net/quic/QUICHandshake.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iocore/net/quic/QUICHandshake.cc b/iocore/net/quic/QUICHandshake.cc
index 9dbbc5f..3a61698 100644
--- a/iocore/net/quic/QUICHandshake.cc
+++ b/iocore/net/quic/QUICHandshake.cc
@@ -29,7 +29,7 @@
#include "QUICConfig.h"
#include "P_SSLNextProtocolSet.h"
-static constexpr char dump_tag[] = "quic_handshake_dump_pkt";
+static constexpr char dump_tag[] = "v_quic_handshake_dump_pkt";
#define I_WANNA_DUMP_THIS_BUF(buf, len)
\
{
\
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].