as we know, we have some users need more control over the content and
would like to speed up whole process when TS going to origin servers, we
I exploring the prefetch codes, something really intersting comes up:
the prefetch is designed to parse the html pages and get all html
resources out then
trunk handles this correctly.
On Sep 26, 2011, at 9:35 AM, Jim Jagielski wrote:
> I'm thinking about enabling purify locally… :)
>
> Will look at this one too.
>
> On Sep 26, 2011, at 9:20 AM, Igor Galić wrote:
>
>>
>>
>> - Original Message -
>>> Author: jim
>>> Date: Mon Sep 26 12:5
I'm thinking about enabling purify locally… :)
Will look at this one too.
On Sep 26, 2011, at 9:20 AM, Igor Galić wrote:
>
>
> - Original Message -
>> Author: jim
>> Date: Mon Sep 26 12:59:42 2011
>> New Revision: 1175847
>>
>> URL: http://svn.apache.org/viewvc?rev=1175847&view=rev
>>
- Original Message -
> Author: jim
> Date: Mon Sep 26 12:59:42 2011
> New Revision: 1175847
>
> URL: http://svn.apache.org/viewvc?rev=1175847&view=rev
> Log:
> remove weird cast
>
> Modified:
> trafficserver/traffic/branches/3.0.x/iocore/cluster/ClusterHandler.cc
Which leads to the
That's silly… We *know* that endp and p are char* (and
to the same object) and so any comparison is allowed without
any weird casts…
The real fix is:
if (endp < p)
On Sep 25, 2011, at 7:35 PM, Igor Galić wrote:
>
>
> - Original Message -
>> for sure… mixing pointers and ints is Do N