Re: [API proposal] TSRedirectRetriesGet()

2014-04-02 Thread James Peach
On Apr 2, 2014, at 8:33 AM, Leif Hedstrom wrote: > Hi, > > I’d like to extend these two (existing) APIs > > void TSRedirectUrlSet(TSHttpTxn txnp, const char* url, const int > url_len); > const char* TSRedirectUrlGet(TSHttpTxn txnp, int *url_len_ptr); > > > with this addition: >

[API proposal] TSRedirectRetriesGet()

2014-04-02 Thread Leif Hedstrom
Hi, I’d like to extend these two (existing) APIs void TSRedirectUrlSet(TSHttpTxn txnp, const char* url, const int url_len); const char* TSRedirectUrlGet(TSHttpTxn txnp, int *url_len_ptr); with this addition: int TSRedirectRetriesGet() This allows for a plugin using