shinrich commented on a change in pull request #7622:
URL: https://github.com/apache/trafficserver/pull/7622#discussion_r602383428
##########
File path: proxy/ProxySession.h
##########
@@ -127,6 +127,7 @@ class ProxySession : public VConnection, public
PluginUserArgs<TS_USER_ARGS_SSN>
// Non-Virtual Methods
NetVConnection *get_netvc() const;
+ virtual void set_netvc(NetVConnection *netvc);
Review comment:
Agreed. Defining both in ProxySession and PoolableSession is confused..
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]