head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.02.07.22.36.12;	author mi;	state dead;
branches;
next	1.1;

1.1
date	2000.08.13.02.12.50;	author cpiazza;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Bring to the latest version. Link all of the little external libraries
needed by the tclhttpd into one file. I submitted this back in December,
but nobody cared since. Now I can commit this myself :)

PR:		ports/23310
Submitted by:	mi
@
text
@--- 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
@


1.1
log
@Fix a bug that's causes a TCL error in seriously wrong network
conditions.

PR:		20385
Submitted by:	maintainer
@
text
@@

