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