summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwelch <welch>2000-03-17 02:14:39 (GMT)
committerwelch <welch>2000-03-17 02:14:39 (GMT)
commitf935563d25800bd6e653a2588ef1f6cfad56bc63 (patch)
tree47d054059cdbc5c769713ab9a42724b88025c80a
parent4e287054c71ef2af8f9bc054a902eec9f5c3ff4f (diff)
downloadtcl-f935563d25800bd6e653a2588ef1f6cfad56bc63.zip
tcl-f935563d25800bd6e653a2588ef1f6cfad56bc63.tar.gz
tcl-f935563d25800bd6e653a2588ef1f6cfad56bc63.tar.bz2
Added note about geturl addition
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b98252..940c264 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-03-15 Brent Welch <welch@scriptics.com>
+
+ * library/http2.1/http.tcl: Added -queryprogress callback to
+ http::geturl and also changed it so that writing the post data
+ is event driven if the queryprogress callback or a timeout is given.
+ This allows a timeout to occur when writing lots of post data.
+ The queryprogress callback is called after each block of query
+ data is posted. It has the same signature as the -progress callback.
+
2000-03-02 Jeff Hobbs <hobbs@scriptics.com>
* library/package.tcl (tclPkgUnknown): extended to allow