Re: PROPOSED new TS API function TSHttpTxnEffectiveNormalizedUrlStringGet()

2019-06-10 Thread Leif Hedstrom
> On Jun 10, 2019, at 21:38, Sudheer Vinukonda > wrote: > > Can you describe the use cases for needing this API? > > Also, why can’t the caller normalise the url returned by > TSHttpTxnEffectiveUrlStringGet()? It appears like an “overload” to support an > API just for normalisation alone,

Re: PROPOSED new TS API function TSHttpTxnEffectiveNormalizedUrlStringGet()

2019-06-10 Thread Sudheer Vinukonda
Can you describe the use cases for needing this API? Also, why can’t the caller normalise the url returned by TSHttpTxnEffectiveUrlStringGet()? It appears like an “overload” to support an API just for normalisation alone, unless I’m missing something. - Sudheer > On Jun 10, 2019, at 6:26 PM,

PROPOSED new TS API function TSHttpTxnEffectiveNormalizedUrlStringGet()

2019-06-10 Thread Walt Karas
In https://github.com/apache/trafficserver/pull/5217 . Same as TSHttpTxnEffectiveUrlStringGet(), but make sure scheme and host are normalized to all lower case letters.