[
https://issues.apache.org/jira/browse/TS-4878?focusedWorklogId=29270&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29270
]
ASF GitHub Bot logged work on TS-4878:
--------------------------------------
Author: ASF GitHub Bot
Created on: 16/Sep/16 23:42
Start Date: 16/Sep/16 23:42
Worklog Time Spent: 10m
Work Description: GitHub user jpeach opened a pull request:
https://github.com/apache/trafficserver/pull/1032
TS-4878: Call SSL_set_tlsext_host_name just once.
The logging around the call to SSL_set_tlsext_host_name is emitted
on each event that calls sslStartHandShake, usually 3 or 4 times.
We only need this to be done and logged once.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jpeach/trafficserver fix/4878
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1032.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1032
----
commit ba4d53844109dba181e3d263b3e0d99680606e25
Author: James Peach <[email protected]>
Date: 2016-09-16T23:37:28Z
TS-4878: Call SSL_set_tlsext_host_name just once.
The logging around the call to SSL_set_tlsext_host_name is emitted
on each event that calls sslStartHandShake, usually 3 or 4 times.
We only need this to be done and logged once.
----
Issue Time Tracking
-------------------
Worklog Id: (was: 29270)
Time Spent: 10m
Remaining Estimate: 0h
> Reduce outbound SNI hostname debugging.
> ---------------------------------------
>
> Key: TS-4878
> URL: https://issues.apache.org/jira/browse/TS-4878
> Project: Traffic Server
> Issue Type: Improvement
> Components: Logging, SSL
> Reporter: James Peach
> Assignee: James Peach
> Fix For: 7.1.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The logging around the call to {{SSL_set_tlsext_host_name}} is emitted on
> each event that calls {{sslStartHandShake}}, usually 3 or 4 times. We only
> need this to be done and logged once.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)