diff options
author | welch <welch> | 1999-11-18 02:22:41 (GMT) |
---|---|---|
committer | welch <welch> | 1999-11-18 02:22:41 (GMT) |
commit | bf803ce3d2dabe06c5d64ca09d834c73df3d6d77 (patch) | |
tree | 1797f6b4fbc772c0431a673e655dd46ecafb3448 /ChangeLog | |
parent | 61c5d130c81598ba4ed1cae3f30747b89f023e7a (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |