When calling this, where would the value for the bufp parameter come from? How would it be used in the implementation?
On Thu, Feb 1, 2018 at 10:35 AM, Alan Carroll <solidwallofc...@oath.com.invalid> wrote: > That's a good suggestion, although shouldn't it be > > TSReturnCode TSRemapFromUrlGet(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc* obj); > > That is the TSMLoc should be an out parameter, not an in. In that case I'd > drop the ...StringGet() and use the generic TSUrlStringGet() if a string is > needed.