RE: [API review] TS-3341 Add plugin APIs about server transaction status

2015-02-04 Thread Bardwell, William
From: Leif Hedstrom Sent: Wednesday, February 4, 2015 12:29 PM To: dev; Sudheer Vinukonda; Bardwell, William Subject: Re: [API review] TS-3341 Add plugin APIs about server transaction status > On Feb 3, 2015, at 9:27 AM, Sudheer Vinukonda > wrote: &

Re: [API review] TS-3341 Add plugin APIs about server transaction status

2015-02-04 Thread Leif Hedstrom
> On Feb 3, 2015, at 9:27 AM, Sudheer Vinukonda > wrote: > > The TSHttpTxnServerTransactionClientAbortGet() seems like a subset of the > existing TS API TSHttpTxnAborted() (that returns TS_SUCCESS on either a > client abort or a server abort). Would it make sense to extend the existing > A

Re: [API review] TS-3341 Add plugin APIs about server transaction status

2015-02-03 Thread Sudheer Vinukonda
The TSHttpTxnServerTransactionClientAbortGet()  seems like a subset of the  existing TS API TSHttpTxnAborted() (that returns TS_SUCCESS on either a client abort or a server abort).  Would it make sense to extend the existing API (instead of a new one) to provide additional information? Thanks, S

[API review] TS-3341 Add plugin APIs about server transaction status

2015-02-03 Thread Bardwell, William
These were bits of information that we needed in our plugin to tell what state things were really in about the connections on either side. The information is being maintained for internal use, so we just needed to export it. The only compatibility issues is around any changes to the state mach