Re: offline_mode

2008-04-05 Thread Adrian Chadd
I think its something that should be better fleshed out, yes. There's probably bigger fish to fry in the codebase though. Adrian On Sat, Apr 05, 2008, Amos Jeffries wrote: Bug 1356 brings up some confusion over what the true meaning of 'offline' is for this option. As Henrik pointed out

squid-2 dataflow and copying changes

2008-04-05 Thread Adrian Chadd
G'day, One of my contracts is to improve dataflow and reduce copying in Squid-2. I've got one major bug in Squid-2.HEAD / Squid-2.7 to fix (4k response headers for disk objects) which will probably be fixed as part of this work. This'll involve bringing over various parts of my Squid-2 work in

Re: offline_mode

2008-04-05 Thread Kinkie
Still, option 1 is simple and inexpensive, so it seems reasonable to me. K On Sat, Apr 5, 2008 at 8:56 AM, Adrian Chadd [EMAIL PROTECTED] wrote: I think its something that should be better fleshed out, yes. There's probably bigger fish to fry in the codebase though. Adrian On

Re: $(SHELL) for test-suite/testheaders.sh

2008-04-05 Thread Amos Jeffries
Alex Rousskov wrote: Amos, Could you please change Makefile.ams so that test-suite/testheaders.sh is executed using $(SHELL)? For example, $(SHELL) $(top_srcdir)/test-suite/testheaders.sh ... There may be a better, automake-assisted way of running shell scripts, but I do not know

Re: Revision 8885

2008-04-05 Thread Amos Jeffries
Henrik Nordstrom wrote: ons 2008-04-02 klockan 21:47 +1300 skrev Amos Jeffries: Henrik, I'm a little confused as to what you are trying to do here: http://www.squid-cache.org/Versions/v3/HEAD/changesets/b8885.patch The Makefile did everything to build both the html and the dyn properly.

Bug season

2008-04-05 Thread Amos Jeffries
I've just spent a short while reviewing the port-queue and bugzilla 'unspecified version' lists. There are a few that might be closed with some agreements on how to do so. BUG 1356: handling of DNS when in offline_mode. http://www.squid-cache.org/bugs/show_bug.cgi?id=1356 see Thread

Re: Revision 8885

2008-04-05 Thread Henrik Nordstrom
sön 2008-04-06 klockan 00:45 +1300 skrev Amos Jeffries: The ./html/ folder generated does not get emptied between runs. So if the code has changed, we may get new or dead files, and every time the graphs are reproduced with new hashes they cause dead files. Such things are supposed to get

Getting back in to Squid

2008-04-05 Thread Benno Rice
Hi there, Some of you may remember me from the original https accelerator support code way back when. I'm looking to get back into doing some squid work in various areas and so thought getting back on to the dev list would be a good idea. =) Look forward to helping out! -- Benno Rice

Re: Getting back in to Squid

2008-04-05 Thread Henrik Nordstrom
tor 2008-04-03 klockan 10:43 +1100 skrev Benno Rice: Some of you may remember me from the original https accelerator support code way back when. I'm looking to get back into doing some squid work in various areas and so thought getting back on to the dev list would be a good idea. =)

Re: squid-2 dataflow and copying changes

2008-04-05 Thread Henrik Nordstrom
lör 2008-04-05 klockan 15:05 +0800 skrev Adrian Chadd: One of my contracts is to improve dataflow and reduce copying in Squid-2. I've got one major bug in Squid-2.HEAD / Squid-2.7 to fix (4k response headers for disk objects) which will probably be fixed as part of this work. Ok. It would

[MERGE-3.0] Support large response headers

2008-04-05 Thread Henrik Nordstrom
Updated 3.0 patch. Had forgot to merge one related changeset from trunk adding MemBuf::size(size). # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: [EMAIL PROTECTED] # 00au6rconzwzcbdv # target_branch: file:///data/bzr/squid3/branches/SQUID_3_0/ # testament_sha1:

[MERGE] Support large response headers

2008-04-05 Thread Henrik Nordstrom
Resubmissions as I haven't received any comments on the previous merge request. This patch fixes Bug #2001 by reworking how the client_side_*.cc code deals with response headers. Instead of parsing the headers again it clones the already parsed header and blindly skips the unparsed headers in the

Re: squid-2 dataflow and copying changes

2008-04-05 Thread Adrian Chadd
On Sat, Apr 05, 2008, Henrik Nordstrom wrote: It would also be good to look into a temporary fix for 2.7 as the above is probably not 2.7 material. Well, its sort of related - the one or two places where I'm currently passing in a buffer via storeClientCopy() can be turned into a