diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-06 13:16:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-06 13:16:03 (GMT) |
commit | e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f (patch) | |
tree | 9c3b7ffbcef22d4409db7712de5a3bafc487eae0 /library/http/pkgIndex.tcl | |
parent | 142c9ce40717c553a0702e21b13deb5809d171dd (diff) | |
parent | 4d3a8115170564c6159e793451ea25fead36adb6 (diff) | |
download | tcl-e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f.zip tcl-e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f.tar.gz tcl-e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f.tar.bz2 |
[Bug 3581754]: Ensure that http -command callbacks are done at most once.
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index d51f8a8..303d3bd 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,2 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.6]} {return} -package ifneeded http 2.8.4 [list tclPkgSetup $dir http 2.8.4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.8.5 [list tclPkgSetup $dir http 2.8.5 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |