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

masaori pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit b3c97064c70832f7c59f63c984266c14dd235a6f
Author: Masaori Koshiba <masa...@apache.org>
AuthorDate: Tue Sep 12 16:42:35 2017 +0900

    Change default error_code to QUICErrorCode::NO_ERROR
---
 iocore/net/quic/QUICTypes.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iocore/net/quic/QUICTypes.h b/iocore/net/quic/QUICTypes.h
index 5c7a2e8..819408e 100644
--- a/iocore/net/quic/QUICTypes.h
+++ b/iocore/net/quic/QUICTypes.h
@@ -148,8 +148,8 @@ enum class QUICErrorCode : uint32_t {
 };
 
 struct QUICError {
-  QUICError(const QUICErrorClass error_class = QUICErrorClass::NONE,
-            const QUICErrorCode error_code = 
QUICErrorCode::APPLICATION_SPECIFIC_ERROR, const char *err_msg = nullptr)
+  QUICError(const QUICErrorClass error_class = QUICErrorClass::NONE, const 
QUICErrorCode error_code = QUICErrorCode::NO_ERROR,
+            const char *err_msg = nullptr)
   {
     cls  = error_class;
     code = error_code;

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

Reply via email to