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 <jpe...@apache.org>
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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to