Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 15:09:50 -0400 (EDT)
From:      root@misha.privatelabs.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20385: www/tclhttpd needs one more patch
Message-ID:  <200008031909.PAA72714@misha.privatelabs.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008031909.PAA72714>