ywkaras commented on code in PR #9403:
URL: https://github.com/apache/trafficserver/pull/9403#discussion_r1118009110
##########
proxy/http/HttpSM.cc:
##########
@@ -7025,6 +7032,9 @@ HttpSM::setup_blind_tunnel(bool send_response_hdr,
IOBufferReader *initial)
c_os = tunnel.add_consumer(server_entry->vc, ua_entry->vc,
&HttpSM::tunnel_handler_ssl_consumer, HT_HTTP_SERVER,
"http server - tunnel");
+ ua_entry->vc->make_tunnel_endpoint();
Review Comment:
server_entry->vc is a VConnection pointer, which is why
make_tunnel_endpoint() has to be virtual member function of VConnection.
--
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]