Updated the PR again to rebase against the precursor logic which has landed
on master
https://github.com/apache/trafficserver/pull/4427
On Thu, Oct 18, 2018 at 9:43 AM Susan Hinrichs wrote:
> Updated the PR based on Walt's observation that we could just use
> TS_EVENT_CONTINUE and TS_EVENT_ERRO
Updated the PR based on Walt's observation that we could just use
TS_EVENT_CONTINUE and TS_EVENT_ERROR rather than creating
TS_EVENT_VCONN_CONTINUE and TS_EVENT_VCONN_ERROR
On Wed, Oct 17, 2018 at 1:58 PM Susan Hinrichs wrote:
> The current TSVConnReenable() only takes a VConn as an argument. T