diff options
author | sandeep <sandeep> | 2000-03-19 23:45:38 (GMT) |
---|---|---|
committer | sandeep <sandeep> | 2000-03-19 23:45:38 (GMT) |
commit | 681c866be727a03776c6028f53bdae31049f770b (patch) | |
tree | eb02f124ee8700d3575305b094b79b6634e36dfd /ChangeLog | |
parent | 442e6551351a2b2547562fcb091d24518900f248 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |