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

    https://github.com/apache/trafficserver/pull/753#discussion_r77107845
  
    --- Diff: iocore/net/P_SSLNetVConnection.h ---
    @@ -101,26 +101,13 @@ class SSLNetVConnection : public UnixNetVConnection
       {
         sslHandShakeComplete = state;
       }
    -
    -  virtual bool
    -  getSSLClientConnection() const
    -  {
    -    return sslClientConnection;
    -  }
    -
       virtual void
    -  setSSLClientConnection(bool state)
    -  {
    -    sslClientConnection = state;
    -  }
    -
    -  void
       setSSLSessionCacheHit(bool state)
       {
         sslSessionCacheHit = state;
       }
     
    -  bool
    +  virtual bool
    --- End diff --
    
    sorry, It is a rebase & merge mistaken.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to