ywkaras commented on code in PR #9403:
URL: https://github.com/apache/trafficserver/pull/9403#discussion_r1251211315
##########
iocore/eventsystem/I_VConnection.h:
##########
@@ -362,7 +362,13 @@ class VConnection : public Continuation
return false;
}
-public:
+ // This function should be called when the VConnection is a tunnel endpoint.
By default, a VConnection does not care if it
+ // is a tunnel endpoint.
+ virtual void
+ mark_as_tunnel_endpoint()
Review Comment:
OK I just tried that. `server_txn` is null at that point in the code, so it
doesn't work.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]