Re: [API REVIEW] Modify string ownership for TSRedirectUrlSet()

2014-04-08 Thread Leif Hedstrom
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] trafficserver pull request: TS-2584 Fix failed assert transforming...

2014-04-08 Thread SolidWallOfCode
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