Github user zwoop commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/938#discussion_r76828078
  
    --- Diff: iocore/net/SSLUtils.cc ---
    @@ -95,6 +95,8 @@ struct ssl_user_config {
       ssl_user_config() : opt(SSLCertContext::OPT_NONE)
       {
         REC_ReadConfigInt32(session_ticket_enabled, 
"proxy.config.ssl.server.session_ticket.enable");
    +    REC_ReadConfigStringAlloc(ticket_key_filename, 
"proxy.config.ssl.server.ticket_key.filename");
    +    Debug("ssl", "ticket  key filename %s", (const char 
*)ticket_key_filename);
       }
       int session_ticket_enabled; // ssl_ticket_enabled - session ticket 
enabled
    --- End diff --
    
    I know it's not in your patch, but can you fix the line where we declare 
ticket_key_filename such that clang-format doesn't wrap the line? I.e. make the 
comment shorter (or multiple lines). It just looked really odd, so good time to 
clean that up here :).


---
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