1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/www/tclhttpd/files/patch-bg
Chris Piazza bc4be35208 Fix a bug that's causes a TCL error in seriously wrong network
conditions.

PR:		20385
Submitted by:	maintainer
2000-08-13 02:12:50 +00:00

10 lines
303 B
Plaintext

--- 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