diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-08-13 02:12:50 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-08-13 02:12:50 +0000 |
commit | 4f8f3f6c06ca41385ee9a056c103470693755535 (patch) | |
tree | 6cea772c3693a25806ebf8809f90c406f046b56f /www/tclhttpd | |
parent | 58300b0ef56d241adb8b79f3225fcb1b132e6c08 (diff) | |
download | FreeBSD-ports-4f8f3f6c06ca41385ee9a056c103470693755535.zip FreeBSD-ports-4f8f3f6c06ca41385ee9a056c103470693755535.tar.gz |
Fix a bug that's causes a TCL error in seriously wrong network
conditions.
PR: 20385
Submitted by: maintainer
Diffstat (limited to 'www/tclhttpd')
-rw-r--r-- | www/tclhttpd/files/patch-bg | 9 |
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 0000000..c16f1e1 --- /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 |