summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsandeep <sandeep@noemail.net>2000-04-22 07:07:59 (GMT)
committersandeep <sandeep@noemail.net>2000-04-22 07:07:59 (GMT)
commit5509d8c61ac942f877ccfa4f9eeb08e4ed835bd6 (patch)
tree218bd74182d4e5cb8dcc11bc0c12f69ff4a653a2 /ChangeLog
parent7d8d005bb6bf5f9b510b1bcd2bcc97ca9ec18e1b (diff)
downloadtcl-5509d8c61ac942f877ccfa4f9eeb08e4ed835bd6.zip
tcl-5509d8c61ac942f877ccfa4f9eeb08e4ed835bd6.tar.gz
tcl-5509d8c61ac942f877ccfa4f9eeb08e4ed835bd6.tar.bz2
2000-04-21 Sandeep Tamhankar <sandeep@scriptics.com>
* library/http2.1/http.tcl: Fixed a newly introduced bug where if there's a -command callback and something goes wrong, geturl threw an exception, called the callback, and unset the token. I changed it so that it will not call the callback when throwing an exception (so the caller only finds out about a given error from one place). Also, fixed http::ncode so that it actually gives you back the http return code (i.e. 200, 404, etc.) instead of the first digit of the version of HTTP being used (i.e. 1). FossilOrigin-Name: 8f0cd2d9ba92eb62fec82ddad2fe103b91ea1e67
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5918d7..46189f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-04-21 Sandeep Tamhankar <sandeep@scriptics.com>
+
+ * library/http2.1/http.tcl: Fixed a newly introduced bug where if
+ there's a -command callback and something goes wrong, geturl threw
+ an exception, called the callback, and unset the token. I changed
+ it so that it will not call the callback when throwing an
+ exception (so the caller only finds out about a given error from
+ one place). Also, fixed http::ncode so that it actually gives you
+ back the http return code (i.e. 200, 404, etc.) instead of the
+ first digit of the version of HTTP being used (i.e. 1).
+
2000-04-21 Brent Welch <welch@scriptics.com>
* library/http2.1/http.tcl: More thrashing with the "server closes