Received: by taz.hyperreal.com (8.8.4/V2.0) id NAA15611; Tue, 4 Mar 1997 13:11:25 -0800 (PST) Received: from luers.qosina.com by taz.hyperreal.com (8.8.4/V2.0) with ESMTP id NAA15510; Tue, 4 Mar 1997 13:11:13 -0800 (PST) Received: (from awm@localhost) by luers.qosina.com (8.8.5/8.8.5) id QAA12252 for new-httpd@hyperreal.com; Tue, 4 Mar 1997 16:10:30 -0500 From: Aram Mirzadeh Message-Id: <199703042110.QAA12252@luers.qosina.com> Subject: bug test before release of 1.2b8 To: new-httpd@hyperreal.com (apache Group) Date: Tue, 4 Mar 1997 16:10:30 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com Before we release b8, I would like to change the following item for an internal test, and if it causes no problems on any of our OS's then release it in b8. This is mainly a linux bug: In listen() call for the linux networking code it seems that linux truncates the parameter with an unsigned char and the value of 512 (which we are passing) it being treated as a 0. I would like to try to change this number to 511 which would produce a 256 I belive. The line is in http_main: around 1900... If you could just change it on your own server, compile and do a quick test to see if anything looks outta wack. If not I'll make up a patch for the tree. Thanks. -- /* * Aram Mirzadeh, MIS Manager, Qosina Corp. http://www.qosina.com/~awm/ * Apache Development Team, awm@hyperreal.com http://www.hyperreal.com/ * PGP Key - http://www.qosina.com/~awm/pgpkey.html * BE 49 9D F6 2A A7 22 FC 02 E9 1E 3D F7 0C 67 A0 * * I haven't lost my mind -- it's backed up on tape somewhere. */