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.

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