summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-08-13 02:12:50 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-08-13 02:12:50 +0000
commitbc4be35208fb9364f8b54990fd0d00c437eb8d06 (patch)
tree5efd8073aaca7918df8d5e2ad8224742a45cb3e9 /www
parentRemove a broken MASTER_SITE_AFTERSTEP (TCP connection to ftp.linux.co.za (diff)
Fix a bug that's causes a TCL error in seriously wrong network
conditions. PR: 20385 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=31591
Diffstat (limited to 'www')
-rw-r--r--www/tclhttpd/files/patch-bg9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/tclhttpd/files/patch-bg b/www/tclhttpd/files/patch-bg
new file mode 100644
index 000000000000..c16f1e1ee274
--- /dev/null
+++ b/www/tclhttpd/files/patch-bg
@@ -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