Discussion:
Event data for TS API callbacks
Walt Karas
2018-10-01 22:56:34 UTC
Permalink
On master at ProxyClientSession.cc:138 it looks like the event data
for the callback TSCont an HTTP hook is a pointer to the session
object. But all the plugin code I can see seems to expect a pointer
to the transaction object as the event data void pointer, even when
the TSCont was added to the hook using TSHttpSsnHookAdd(). What am I
missing?

Loading...