range request tests in squid-3

2004-03-14 Thread Adrian Chadd
Hi, I'm trying to do some squid-3 range request testing but I've hit a bit of a snag: [EMAIL PROTECTED]:~/work/squid/tests/range$ cat range-creative-2.txt GET http://www.creative.net.au/test.txt HTTP/1.1 Host: www.creative.net.au Accept-ranges: bytes Accept: */* Range: bytes=12806817-12872353

Re: range request tests in squid-3

2004-03-14 Thread Adrian Chadd
On Sun, Mar 14, 2004, Adrian Chadd wrote: Hi, I'm trying to do some squid-3 range request testing but I've hit a bit of a snag: .. and here's a snippet from the debug logs for another request. I'll have a poke around, see if I see anything amiss but I have to say this is all reasonably

RE: 2.5 and delay pools

2004-03-14 Thread David Luyer
Adrian wrote: -fd_set slowfds; +char slowfds[SQUID_MAXFD]; -static fd_set delay_no_delay; +static int delay_no_delay[SQUID_MAXFD]; Firstly, either decide on an int array or a char array to replace the current bitmask. On a typical 8k FD cache, that's either 8kb or 32kb rather than