SolidWallOfCode commented on a change in pull request #8089:
URL: https://github.com/apache/trafficserver/pull/8089#discussion_r672689620
##########
File path: plugins/experimental/slice/util.cc
##########
@@ -86,7 +86,8 @@ request_block(TSCont contp, Data *const data)
}
// create virtual connection back into ATS
- TSVConn const upvc = TSHttpConnectWithPluginId(reinterpret_cast<sockaddr
*>(&data->m_client_ip), PLUGIN_NAME, 0);
+ TSVConn const upvc = TSHttpConnectPlugin(reinterpret_cast<sockaddr
*>(&data->m_client_ip), PLUGIN_NAME, 0, data->m_buffer_index,
Review comment:
Why drop the plugin ID? That's quite useful.
--
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]