On Apr 2, 2014, at 9:46 AM, Leif Hedstrom wrote:
> Hi all,
>
> as part of the v5.0.0 API fixup’s, I’d like to change the string ownership
> “contract” for TSRedirectUrlSet(). Today, the incoming URL string is
> basically strdup()’ed, and in most use cases I can think of, it’d be more
> logic
Github user SolidWallOfCode commented on the pull request:
https://github.com/apache/trafficserver/pull/44#issuecomment-39865474
It seems to me there are two effecrive changes for this. The first minor
one is that the response can be set earlier in the method. The more concerning
one