From owner-freebsd-ports Thu Aug 3 12:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9C4837B5E1 for ; Thu, 3 Aug 2000 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27105; Thu, 3 Aug 2000 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id E4EEF37B55A for ; Thu, 3 Aug 2000 12:12:41 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id OAA31876 for ; Thu, 3 Aug 2000 14:12:03 -0400 Received: (from root@localhost) by misha.privatelabs.com (8.9.3/8.9.3) id PAA72714; Thu, 3 Aug 2000 15:09:50 -0400 (EDT) (envelope-from mi) Message-Id: <200008031909.PAA72714@misha.privatelabs.com> Date: Thu, 3 Aug 2000 15:09:50 -0400 (EDT) From: root@misha.privatelabs.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20385: www/tclhttpd needs one more patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20385 >Category: ports >Synopsis: www/tclhttpd needs one more patch >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 03 12:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: Under seriously wrong network conditions, which are hard to reproduce a TCL error occurs inside httpd.tcl which causes it to abort telling the client about what happened. According to the author, the bug is already fixed in the upcoming release (3.0.4), but it is not released yet, so please, add the patch below to the patches subdirectory. (I call it patch-bg). >How-To-Repeat: >Fix: --- lib/httpd.tcl Sat Jun 10 05:59:52 2000 +++ lib/httpd.tcl Wed Aug 2 18:18:18 2000 @@ -1305,5 +1305,5 @@ [list HttpdCloseFinal $sock]] - Httpd_GetPostDataAsync $sock "" HttpdCloseFinal + Httpd_GetPostDataAsync $sock "" $data(count) HttpdCloseFinal } else { HttpdCloseFinal $sock >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message