> On Jul 11, 2019, at 3:58 PM, Walt Karas <wka...@verizonmedia.com.INVALID>
> wrote:
>
> Should we deprecate this API function?
>
> The only core plugin that uses it is traffic_dump (experimental). I don't
> see it used anywhere in VzM internal plugins. Anyone using it in their
> internal plugins? (Zwoop of course can't say without being disappeared to
> a blacksite, which actually would probably be nice, in a warm climate with
> good beaches and drinks with little umbrellas in them.)
It seems this is somewhere between a global hook and a remap / txn hook? I.e.
it’s not quite global, but applies to every transaction on this session?
That seems potentially useful, but I don’t know of any actual usage either. I
did notice there’s one example plugin using it as well.
— Leif
>
> I'm trying to muck around in the CPPAPI again. The existence of this call
> implies a need for a new SessionPlugin type, which I fear would just be
> unused kruft.