1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix a bug that's causes a TCL error in seriously wrong network

conditions.

PR:		20385
Submitted by:	maintainer
This commit is contained in:
Chris Piazza 2000-08-13 02:12:50 +00:00
parent 06d0f2bb36
commit bc4be35208
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31591

View File

@ -0,0 +1,9 @@
--- 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