summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwelch <welch>2000-04-09 23:55:44 (GMT)
committerwelch <welch>2000-04-09 23:55:44 (GMT)
commit6d1773a95a0451d9c28641768b75c47f59914527 (patch)
treee639afce30a358a0a7ea2300474e48c2db84a8f5
parent30b85ad8f04057b9e09d22e6e5317c81338b4c2b (diff)
downloadtcl-6d1773a95a0451d9c28641768b75c47f59914527.zip
tcl-6d1773a95a0451d9c28641768b75c47f59914527.tar.gz
tcl-6d1773a95a0451d9c28641768b75c47f59914527.tar.bz2
Updates for htp
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f3564c..a9e64f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-04-09 Brent Welch <welch@scriptics.com>
+
+ * lib/httpd2.1/http.tcl: Worked on the "server closes before
+ reading post data" case, which unfortunately causes different
+ error cases on Solaris, which can read the reply, and Linux
+ and Windows, which cannot read anything. This is all in the
+ loop-back case - client and server on the same host. Also
+ unified the error handling so the "ioerror" status goes away
+ and errors are reflected in a more uniform way. Updated the
+ man page to document the behavior.
+
2000-04-09 Jeff Hobbs <hobbs@scriptics.com>
* unix/tclUnixThrd.c (Tcl_CreateThread): moved TCL_THREADS ifdef