Li Ni wrote:
>
> I am using 2.2.STABLE5-hno.20000202.
> In the squid.conf I set these:
>
> half_closed_clients off
> quick_abort_min -1 KB
>
> Please take a look at attached HTML, the last file
> descriptor 52 which keep download for long time and
> it's client have already aborted for long time.
>
> Why this happen? If more many file descripor like this,
> could it cause bandwidth spike? How can I prevent this?
Because you have told Squid to never abort unfinished requests (disabled
quick aborts).
What you want is probably
quick_abort_min 0 KB
quick_abort_max 0 KB
to make Squid abort requests immediately when the client aborts.
-- Henrik Nordstrom Squid hacker -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Fri Nov 10 2000 - 18:39:11 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:19 MST