From owner-freebsd-hackers Wed Apr 2 11:31:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA18170 for hackers-outgoing; Wed, 2 Apr 1997 11:31:01 -0800 (PST) Received: from softway95.softway.com (softway95.softway.com [206.80.1.38]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA18164; Wed, 2 Apr 1997 11:30:59 -0800 (PST) Received: (from renaud@localhost) by softway95.softway.com (8.8.5/8.6.12) id LAA28404; Wed, 2 Apr 1997 11:04:11 -0800 (PST) From: Renaud Waldura Message-Id: <199704021904.LAA28404@softway95.softway.com> Subject: Re: Apache lingering_close error To: marcs@znep.com (Marc Slemko) Date: Wed, 2 Apr 1997 11:04:10 -0800 (PST) Cc: rw@softway.com, freebsd-isp@freebsd.org, freebsd-hackers@freebsd.org In-Reply-To: from "Marc Slemko" at Apr 1, 97 06:39:30 pm Reply-To: Renaud Waldura Organization: Softway, Inc. (San Francisco) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Marc Slemko wrote: > > There is no reason to disable linging_close for FreeBSD[1]. The message > is simply a combination between a warning and a not-yet-removed debugging > proxy code that I haven't had time to follow, but nothing that hurts more > than outputting that message sometimes. It should not hurt anything. We OK. You're a little bit difficult to follow but I think I got the main message; sounds like a complicated issue. Thanks. I commented out the printing; error messages bug me. *** http_main.c Wed Apr 2 10:54:35 1997 --- http_main.c.old Fri Mar 14 08:38:53 1997 *************** *** 338,348 **** if (((shutdown(lsd, 1)) != 0) || (fcntl(lsd, F_SETFL, FNDELAY) == -1)) { /* if it fails, no need to go through the rest of the routine */ if (errno != ENOTCONN) - /* RW Wed Apr 2 10:52:36 PST 1997 - This error message is actually useless (from the author) log_unixerr("shutdown", NULL, "lingering_close", r->server); - */ - ; bclose(r->connection->client); kill_timeout(r); return; --- 338,344 ---- -- -- Renaud Waldura -- -- Softway International, Inc -- -- rw@softway.com -- -- 185 Berry Street, Suite 5514 -- -- San Francisco, CA 94107 -- -- USA -- -- Tel (415) 896-0708 -- Fax (415) 896-0709 -- http://www.softway.com/ -- --