Re: 3-HEAD IPv6 updates

2007-12-15 Thread Tsantilas Christos
Hi Amos, Just a small patch to allow ICAP compile and run with the newly added IPV6 changes. First tests looks good. Regards, Christos Amos Jeffries wrote: I'm done now. Welcome to IPv6 everyone ;-) ... Index: client_side_request.cc

Re: 3-HEAD IPv6 updates

2007-12-15 Thread Henrik Nordstrom
Applied. Regards Henrik On lör, 2007-12-15 at 12:56 +0200, Tsantilas Christos wrote: Just a small patch to allow ICAP compile and run with the newly added IPV6 changes. First tests looks good. Regards, Christos signature.asc Description: This is a digitally signed message part

Re: squid3 release notes web page

2007-12-15 Thread Henrik Nordstrom
Will be fixed in STABLE2.. (too late for STABLE1..) Regards Henrik On lör, 2007-12-15 at 11:12 +0200, Tsantilas Christos wrote: Hi all, the http://www.squid-cache.org/Versions/v3/3.0/RELEASENOTES.html web page still refers to Squid 3.0.RC1 pre-release not to Squid 3.0.STABLE1 release

Re: http header deletion?

2007-12-15 Thread Henrik Nordstrom
On mån, 2007-12-10 at 17:26 +0900, Adrian Chadd wrote: Why/where is the code assuming that offset 0 will be HDR_DATE and offset 1 will be HDR_EXPIRES? The replacement code doesn't check to see whether anything is at the position in the array that its inserting into.. It isn't assuming or

Re: http header deletion?

2007-12-15 Thread Henrik Nordstrom
On tis, 2007-12-11 at 14:12 +0900, Adrian Chadd wrote: Rightio. That makes sense. I was wondering if there were a reason why the existing header, if any, wasn't simply replaced - and if there wasn't a header, why it wasn't just appended. Because it was easier to do it this way. and should be

building async-calls

2007-12-15 Thread Adrian Chadd
trying to build async-calls: client_side_request.h:67: error: expected class-name before ???{??? token cc1plus: warnings being treated as errors client_side_request.h:67: warning: ???class ClientHttpRequest??? has virtual functions but non-virtual destructor client_side_request.h: In member

Re: 3-HEAD IPv6 updates

2007-12-15 Thread Reuben Farrelly
Still as of now failing to compile -HEAD for me: make[3]: Entering directory `/usr/src/squid/squid-HEAD/src' depbase=`echo client_side_request.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`; \ if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\/etc/squid/squid.conf\ -I. -I.

Re: 3-HEAD IPv6 updates

2007-12-15 Thread Henrik Nordstrom
On sön, 2007-12-16 at 14:10 +1100, Reuben Farrelly wrote: Still as of now failing to compile -HEAD for me: clientInterpretRequestHeaders(ClientHttpRequest*)': client_side_request.cc:733: error: 'no_addr' was not declared in this scope client_side_request.cc:739: error: 'no_addr' was not

Re: 3-HEAD IPv6 updates

2007-12-15 Thread Reuben Farrelly
On 16/12/2007 2:28 PM, Henrik Nordstrom wrote: On sön, 2007-12-16 at 14:10 +1100, Reuben Farrelly wrote: Still as of now failing to compile -HEAD for me: clientInterpretRequestHeaders(ClientHttpRequest*)': client_side_request.cc:733: error: 'no_addr' was not declared in this scope