Re: Migrating debug code from src/ to src/debug/

2008-12-21 Thread Adrian Chadd
Would someone perhaps enlighten me why Squid-3 is trying to install
src/SquidTime.h as part of some build rule, and why moving it out of
the way (into src/core/) has resulted in "make install" completely
failing?

I'm having some real trouble understanding all of the gunk thats in
the Squid-3 src/Makefile.am and its starting to give me a headache.

Thanks,


Adrian


Re: Migrating debug code from src/ to src/debug/

2008-12-21 Thread Adrian Chadd
2008/12/18 Adrian Chadd :
> I've begun fiddling with migrating the bulk of the debug code out of
> src/ and into src/debug/; as per the source reorganisation wiki page.

The next step is migrating some other stuff out and doing some API
hiding hijinx of the debugging logfile code - a bunch of code directly
frobs the debug log fd/filehandle for various nefarious purposes. Grr.

The other next thing is to sort out where to put the SquidTime stuff,
which is used by the debug code. I'll create "src/core" for now in my
branch to put this random stuff; I'll worry about the final
destination for it all later.

I couldn't tease apart ctx and debug all that much in cacheboy (and I
couldn't figure out how it should or may be done as an exercise
either) so I'll just lump them together.



Adrian


Re: X-Vary-Options support

2008-12-21 Thread Adrian Chadd
2008/12/20 Mark Nottingham :
> I agree. My impression was that it's pretty specific to their requirements,
> not a good general solution.

Well, I'm all ears about a slightly more flexible solution. I mean,
this is an X-* header; we could simply document it as a Squid specific
feature once a few basic concerns have been addressed, and leave
nutting out the "right" solution to the IETF group. :)



Adrian