Re: git commit: Doc: cache architecture updates (dir_probe explained)

2013-11-05 Thread Igor Galić
- Original Message - > Updated Branches: > refs/heads/master ebb5e305b -> 0b984c45a > > > Doc: cache architecture updates (dir_probe explained) > > > Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo > Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/com

Re: git commit: TS-2178: Disable client side keep alive if server is not and using client 4-tuple

2013-11-05 Thread Igor Galić
- Original Message - > Updated Branches: > refs/heads/master 80734a8d6 -> 948df744d > > > TS-2178: Disable client side keep alive if server is not and using client > 4-tuple > > > Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo > Commit: http://git-wip-us.apache.o

Re: git commit: TS-2320: TSRedirectUrlSet truncates host header in redirected request Updated to memcpy based on James Peach's recomendation Also, saw a problem with malloc and sizeof when switching t

2013-11-05 Thread James Peach
On Nov 5, 2013, at 1:37 PM, bc...@apache.org wrote: > Updated Branches: > refs/heads/master ab996456f -> 5ad8eabdf > > > TS-2320: TSRedirectUrlSet truncates host header in redirected request > Updated to memcpy based on James Peach's recomendation > Also, saw a problem with malloc and sizeof wh

Re: [1/2] git commit: TS-2245 This adds a '2' config state to the ignore mismatch configs

2013-11-05 Thread Igor Galić
- Original Message - > Updated Branches: > refs/heads/master 09fcb8da4 -> 7ddc44f74 > > > TS-2245 This adds a '2' config state to the ignore mismatch configs > > This is completley backwards compatible, but adds a new feature which > allows a much more sane behavior for these configs

Re: [DISCUSS] TS-1919: Eliminate CacheLookupHttpConfig

2013-11-05 Thread Igor Galić
- Original Message - > +1 > > I think we should remove the code to be send these configuration options in a > cluster request. Reason for this are: > 1. These options are already propagated in cluster config > 2. Cleaner code, able to remove code and simplify the cluster request > 3. Se

Re: [1/2] git commit: TS-2245 This adds a '2' config state to the ignore mismatch configs

2013-11-05 Thread Leif Hedstrom
On Nov 5, 2013, at 1:57 PM, Igor Galić wrote: > > >> + header of the request. If set to ``2``, this logic only happens in the >> absence of a >> + ``Vary`` header in the cached response (which is the recommended and safe >> use). >> > > > I'm a little unhappy with this wording. Do you th