Fwd: Re: Bug in ./src/cache.cf.c

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 22 Mar 2002 13:05:08 +0100

---------- Forwarded Message ----------

Subject: Re: Bug in ./src/cache.cf.c
Date: Fri, 22 Mar 2002 12:57:15 +0300
From: "Michael Smirnov" <smb@mh.vstu.edu.ru>
To: "Squid Support \(Henrik Nordstrom\)" <hno@marasystems.com>

I noticed some bugs in max-conn counter
(for example, cachemgr showed "OPEN CONNS: -2")
I'm ready to test thoroughly new Squid versions,
using different download managers,
but I know C not so much.

Which developer can I contact about max-conn?

> Thanks. Committed.
>
> Regards
> Henrik
>
> On Saturday 09 March 2002 18:31, Michael Smirnov wrote:
> > /cache.cf.c
> >
> > Line
> > } else if (!strcasecmp(token, "max-conn=")) {
> >
> > should be
> > } else if (!strncasecmp(token, "max-conn=",9)) {
> >
> > "max-conn" didn't work in squid-2.5.PRE4 !!!

-------------------------------------------------------
Received on Fri Mar 22 2002 - 05:05:15 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:53 MST