From owner-cvs-usrbin Fri Aug 1 13:26:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA10248 for cvs-usrbin-outgoing; Fri, 1 Aug 1997 13:26:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA09412; Fri, 1 Aug 1997 13:12:05 -0700 (PDT) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA28098; Fri, 1 Aug 1997 13:10:45 -0700 (PDT) Date: Fri, 1 Aug 1997 13:10:45 -0700 (PDT) Message-Id: <199708012010.NAA28098@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/finger net.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1997/08/01 13:10:45 PDT Modified files: usr.bin/finger net.c Log: So somebody actually found language in the FINGER RFC which requires implementations to leave the client side open until the server closes. While this is totally idiotic, it seems as if some servers actually require it (e.g., the one at mit.mit.edu). So, we bow to the weight of the bogus standard and disable the initial close. Hopefully now fetch(1) can serve the role of T/TCP demonstration application. Revision Changes Path 1.9 +3 -3 src/usr.bin/finger/net.c