summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwelch <welch>1999-11-18 02:22:41 (GMT)
committerwelch <welch>1999-11-18 02:22:41 (GMT)
commitbf803ce3d2dabe06c5d64ca09d834c73df3d6d77 (patch)
tree1797f6b4fbc772c0431a673e655dd46ecafb3448 /ChangeLog
parent61c5d130c81598ba4ed1cae3f30747b89f023e7a (diff)
downloadtcl-bf803ce3d2dabe06c5d64ca09d834c73df3d6d77.zip
tcl-bf803ce3d2dabe06c5d64ca09d834c73df3d6d77.tar.gz
tcl-bf803ce3d2dabe06c5d64ca09d834c73df3d6d77.tar.bz2
Improved error handling of http::geturl in the case the server is
not available. Also correctly fixed the bug between -timeout and a subsequent http::status call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3c62c8..8edc300 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-17 Brent Welch <welch@scriptics.com>
+ * library/http2.1/http.tcl: Correctly fixed the -timeout
+ problem mentioned in the 10-29 change. Also added error
+ handling for failed writes on the socket during the protocol.
+
1999-11-09 Jeff Hobbs <hobbs@scriptics.com>
* doc/open.n: corrected docs for 'a' open mode.