You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2020/05/14 00:21:39 UTC

[trafficserver] branch master updated: Add back reading config for handshake timeout (#6773)

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

shinrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f5d674  Add back reading config for handshake timeout (#6773)
1f5d674 is described below

commit 1f5d674baaa2f4f260dbf7aca0d166145a792036
Author: Susan Hinrichs <sh...@yahoo-inc.com>
AuthorDate: Wed May 13 19:21:28 2020 -0500

    Add back reading config for handshake timeout (#6773)
    
    Co-authored-by: Susan Hinrichs <sh...@verizonmedia.com>
---
 iocore/net/SSLConfig.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/iocore/net/SSLConfig.cc b/iocore/net/SSLConfig.cc
index d96cf80..695169c 100644
--- a/iocore/net/SSLConfig.cc
+++ b/iocore/net/SSLConfig.cc
@@ -343,6 +343,8 @@ SSLConfigParams::initialize()
   set_paths_helper(ssl_ocsp_response_path, nullptr, &ssl_ocsp_response_path_only, nullptr);
   ats_free(ssl_ocsp_response_path);
 
+  REC_ReadConfigInt32(ssl_handshake_timeout_in, "proxy.config.ssl.handshake_timeout_in");
+
   REC_ReadConfigInt32(async_handshake_enabled, "proxy.config.ssl.async.handshake.enabled");
   REC_ReadConfigStringAlloc(engine_conf_file, "proxy.config.ssl.engine.conf_file");