> On Nov 20, 2014, at 8:01 AM, Alan M. Carroll <a...@network-geographics.com> > wrote: > >> We seems to have a number of superfluous APIs for following redirects. Would >> anyone object to removing the following APIs in 6.0: > >> TSRedirectUrlSet >> TSRedirectUrlGet >> TSHttpTxnRedirectRequest > > Yes. I have at least two (former) clients who are using TSRedirectUrlSet() to > do redirects. Is there a better alternative?
Yes. They should use TSHttpTxnRedirectUrlSet(). See commit a7b7d5f98cfc94ba95ea572cadc5d14f8ecdf153 (TS-2707). — Leif