how i can close tcp session with client?

2007-03-26 Thread romka
hello! sorry for my english :) I want close tcp session from access_log.c. How? I try do this use comm_reset_close(fd), but i get error assert filed on commc.c:740. squid 2.6 STABLE-4 Thanks.

DEBUG Section for IPAddress

2007-03-26 Thread Amos Jeffries
I have so far not placed any permanent debug statements in the IPAddress object. It's come about time I should be making some more permanent ones and so need a section number. Is there some method I don't know yet for assigning a unique level or do I just pick an unused number and write it in?

Re: Download time issue: Squid 2.6

2007-03-26 Thread Thomas-Martin Seck
* Henrik Nordstrom ([EMAIL PROTECTED]): tis 2007-03-20 klockan 19:40 +0100 skrev Thomas-Martin Seck: Ack! Please address this, either by fixing the bugs or if this is not possible for whatever reason by telling users about them. I'll stick a big red warning sign to the port, too if

Re: Download time issue: Squid 2.6

2007-03-26 Thread Henrik Nordstrom
mån 2007-03-26 klockan 22:35 +0200 skrev Thomas-Martin Seck: OK, my plan is to start tracking Squid 3 with PRE6. Are you OK if I keep it up to date by pulling in all changesets up to a certain date/changeset number (this would be roughly similar to what the FreeBSD vim port does) if needed?

Re: how i can close tcp session with client?

2007-03-26 Thread Henrik Nordstrom
mån 2007-03-26 klockan 08:27 +0900 skrev [EMAIL PROTECTED]: hello! sorry for my english :) I want close tcp session from access_log.c. How? Why from access_log.c of all places? I try do this use comm_reset_close(fd), but i get error assert filed on commc.c:740. Yes, you can't do that

isspace etc and (int) typecast

2007-03-26 Thread Henrik Nordstrom
Reviewing Squid-2.HEAD changes and sorting/grouping them a bit I stumbled over your change to add casts in various isspace() calls which looks a bit odd. http://www.squid-cache.org/Versions/v2/HEAD/changesets/11290.patch -for (; i hmsg-req_end (isspace(hmsg-buf[i])); i++); +for (; i

Re: Download time issue: Squid 2.6

2007-03-26 Thread Alex Rousskov
On Mon, 2007-03-26 at 22:35 +0200, Thomas-Martin Seck wrote: * Alex Rousskov ([EMAIL PROTECTED]): On Tue, 2007-03-20 at 21:19 +0100, Henrik Nordstrom wrote: The PRE releases is meant to serve this purpose. Just that we don't make new PRE releases unless there has been significant