diff options
author | welch <welch> | 2000-03-17 02:14:39 (GMT) |
---|---|---|
committer | welch <welch> | 2000-03-17 02:14:39 (GMT) |
commit | f935563d25800bd6e653a2588ef1f6cfad56bc63 (patch) | |
tree | 47d054059cdbc5c769713ab9a42724b88025c80a | |
parent | 4e287054c71ef2af8f9bc054a902eec9f5c3ff4f (diff) | |
download | tcl-f935563d25800bd6e653a2588ef1f6cfad56bc63.zip tcl-f935563d25800bd6e653a2588ef1f6cfad56bc63.tar.gz tcl-f935563d25800bd6e653a2588ef1f6cfad56bc63.tar.bz2 |
Added note about geturl addition
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |