summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsandeep <sandeep>2000-03-19 23:45:38 (GMT)
committersandeep <sandeep>2000-03-19 23:45:38 (GMT)
commit681c866be727a03776c6028f53bdae31049f770b (patch)
treeeb02f124ee8700d3575305b094b79b6634e36dfd /ChangeLog
parent442e6551351a2b2547562fcb091d24518900f248 (diff)
downloadtcl-681c866be727a03776c6028f53bdae31049f770b.zip
tcl-681c866be727a03776c6028f53bdae31049f770b.tar.gz
tcl-681c866be727a03776c6028f53bdae31049f770b.tar.bz2
2000-03-19 Sandeep Tamhankar <sandeep@scriptics.com>scriptics_sc_2_0_b1
* library/http2.1/http.tcl: geturl used to throw an exception when the connection failed; I accidentally returned a token with the error info, breaking backwards compatibility. I changed it back to throwing an exception, but unsetting the state array first (thus still eliminating the original memory leak problem).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3924baa..7f0c2c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2000-03-19 Sandeep Tamhankar <sandeep@scriptics.com>
+ * library/http2.1/http.tcl: geturl used to throw an exception when
+ the connection failed; I accidentally returned a token with the
+ error info, breaking backwards compatibility. I changed it back
+ to throwing an exception, but unsetting the state array first
+ (thus still eliminating the original memory leak problem).
+
+2000-03-19 Sandeep Tamhankar <sandeep@scriptics.com>
+
* library/http2.1/http.tcl: Added -querychannel option and altered
some of Brent's modifications to allow asynchronous posts (via
-command). Also modified -queryprogress so that it calls the