You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/02/22 03:22:08 UTC

[trafficserver] branch quic-latest updated: clang-format

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 54853e1  clang-format
54853e1 is described below

commit 54853e1453af9f4a3dec67a7cf829835093427e6
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Thu Feb 22 12:21:53 2018 +0900

    clang-format
---
 iocore/net/QUICNetProcessor.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/QUICNetProcessor.cc b/iocore/net/QUICNetProcessor.cc
index 3e9410a..3d7e470 100644
--- a/iocore/net/QUICNetProcessor.cc
+++ b/iocore/net/QUICNetProcessor.cc
@@ -85,7 +85,7 @@ QUICNetProcessor::start(int, size_t stacksize)
   SSL_CTX_set_max_proto_version(this->_ssl_ctx, TLS1_3_VERSION);
 
   SSL_CTX_set_alpn_select_cb(this->_ssl_ctx, QUIC::ssl_select_next_protocol, nullptr);
-  SSL_CTX_set_max_early_data(this->_ssl_ctx,  UINT32_C(0xFFFFFFFF));
+  SSL_CTX_set_max_early_data(this->_ssl_ctx, UINT32_C(0xFFFFFFFF));
   SSL_CTX_add_custom_ext(this->_ssl_ctx, QUICTransportParametersHandler::TRANSPORT_PARAMETER_ID,
                          SSL_EXT_TLS_ONLY | SSL_EXT_CLIENT_HELLO | SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS,
                          &QUICTransportParametersHandler::add, &QUICTransportParametersHandler::free, nullptr,

-- 
To stop receiving notification emails like this one, please contact
maskit@apache.org.