Re: [API proposal] TSHttpSsnInfoIntGet

2023-10-31 Thread Masakazu Kitajo
I kept the new API in experimental.h for now, because even existing TSHttpTxnInfoIntGet is currently in experimental.h and I think we probably want to have the Ssn version (new one) next to it. -- Masakazu On Wed, Oct 25, 2023 at 3:19 PM Leif Hedstrom wrote: > +1 > > As for experimental, I thin

Re: [API proposal] TSHttpSsnInfoIntGet

2023-10-25 Thread Leif Hedstrom
+1 As for experimental, I think we mostly decided to stop using this. In fact we should remove / move what’s left there IMO. — Leif > On Oct 25, 2023, at 14:10, Masakazu Kitajo wrote: > > Hi, > > I'd like to add TSHttpSsnInfoIntGet to TS API. The API documentation is on > the PR below: > h

[API proposal] TSHttpSsnInfoIntGet

2023-10-25 Thread Masakazu Kitajo
Hi, I'd like to add TSHttpSsnInfoIntGet to TS API. The API documentation is on the PR below: https://github.com/apache/trafficserver/pull/10627 We currently have a similar function, TSHttpTxnInfoIntGet, for transactions, and the new API would be one for sessions. The function signature is basical