summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsandeep <sandeep>2000-03-22 21:18:24 (GMT)
committersandeep <sandeep>2000-03-22 21:18:24 (GMT)
commit185c0cfd19e6c46fe4749ccc09d4b994a1200925 (patch)
treebc319027bd5fb02ab28baa55bb900050399480c4 /ChangeLog
parent389f53d5a6f9d3996e26ec045bee129dc58b8418 (diff)
downloadtcl-185c0cfd19e6c46fe4749ccc09d4b994a1200925.zip
tcl-185c0cfd19e6c46fe4749ccc09d4b994a1200925.tar.gz
tcl-185c0cfd19e6c46fe4749ccc09d4b994a1200925.tar.bz2
2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com>
* library/http2.1/http.tcl: Fixed bug 4463, where we were getting a stack trace if we tried to publish a project to a good host but a port where there was no server listening. It turned out the problem was a stray fileevent that needed to be cleared. Also, fixed a bug where http::code could stack trace if called on a bad token (one which didn't represent a successful geturl) by adding an http element to the state array in geturl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cffa1c..72eb19b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com>
+
+ * library/http2.1/http.tcl: Fixed bug 4463, where we were getting
+ a stack trace if we tried to publish a project to a good host but
+ a port where there was no server listening. It turned out the
+ problem was a stray fileevent that needed to be cleared. Also,
+ fixed a bug where http::code could stack trace if called on a bad
+ token (one which didn't represent a successful geturl) by adding
+ an http element to the state array in geturl.
+
2000-03-21 Eric Melski <ericm@scriptics.com>
* tests/clock.test: Modified some tests that were not robust with