- jpe...@apache.org wrote:
> Updated Branches:
> refs/heads/master 9b3bae364 -> 05360bcbc
>
>
> TS-1084: Define TS_PRINTFLIKE on the non-gss path
What's a (non-)gss path?
>
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit: http://git-wip-us.apache.org/repos/as
On Feb 1, 2012, at 9:09 AM, Igor Gali? wrote:
>
> - jpe...@apache.org wrote:
>> Updated Branches:
>> refs/heads/master 9b3bae364 -> 05360bcbc
>>
>>
>> TS-1084: Define TS_PRINTFLIKE on the non-gss path
>
> What's a (non-)gss path?
It's like a non-gcc path, but with fatter fingers ;)
>
>>
- jpe...@apache.org wrote:
> Add TS-1084 to CHANGES
>
>
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9b8aaa6a
> Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9b8aaa6a
> Diff: http:
Hi All,
I'm trying to understand something about TSTransformCreate().
Basically all it does is wrap TSVConnCreate to create a new vconn using the
Mutex of the TSHttpTxn:
return TSVConnCreate(event_funcp,
TSContMutexGet(reinterpret_cast(txnp)));
I don't fully understand why the VConn needs to h
Also, according to InkAPI.cc (see the comment above TSVConnCreate) it
shouldn't be used. So if that's the case, how else can you create a Vconn?
On 2/1/12 11:09 AM, "Brian Geffon" wrote:
>Hi All,
>I'm trying to understand something about TSTransformCreate().
>
>Basically all it does is wrap TSVC