prefetch and the InkAPIHughes.h

2011-09-26 Thread ming....@gmail.com
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

Re: svn commit: r1175847 - /trafficserver/traffic/branches/3.0.x/iocore/cluster/ClusterHandler.cc

2011-09-26 Thread Jim Jagielski
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

Re: svn commit: r1175847 - /trafficserver/traffic/branches/3.0.x/iocore/cluster/ClusterHandler.cc

2011-09-26 Thread Jim Jagielski
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 >>

Re: svn commit: r1175847 - /trafficserver/traffic/branches/3.0.x/iocore/cluster/ClusterHandler.cc

2011-09-26 Thread Igor Galić
- 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

Re: t/r 3.0.2

2011-09-26 Thread Jim Jagielski
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