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

    https://github.com/apache/trafficserver/pull/1594#discussion_r106766812
  
    --- Diff: iocore/net/P_SSLNetVConnection.h ---
    @@ -295,7 +302,7 @@ class SSLNetVConnection : public UnixNetVConnection
         HANDSHAKE_HOOKS_DONE
       } sslHandshakeHookState;
     
    -  const SSLNextProtocolSet *npnSet;
    +  mutable SSLNextProtocolSet *npnSet;
    --- End diff --
    
    Does this need to be `mutable`? Where does a `const SSLNetVConnection` have 
its NPN set modified?


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