summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-06 10:40:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-06 10:40:09 (GMT)
commit4d3a8115170564c6159e793451ea25fead36adb6 (patch)
tree31ac5216afd93567c82b06482cc6f437cc42d41e /library/http/pkgIndex.tcl
parentfc54b6df2024f882d6ef731a22a83756d940ef84 (diff)
downloadtcl-4d3a8115170564c6159e793451ea25fead36adb6.zip
tcl-4d3a8115170564c6159e793451ea25fead36adb6.tar.gz
tcl-4d3a8115170564c6159e793451ea25fead36adb6.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.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index 815ac12..0b5cdeb 100644
--- a/library/http/pkgIndex.tcl
+++ b/library/http/pkgIndex.tcl
@@ -1,4 +1,4 @@
# Tcl package index file, version 1.1
if {![package vsatisfies [package provide Tcl] 8.4]} {return}
-package ifneeded http 2.7.9 [list tclPkgSetup $dir http 2.7.9 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.7.10 [list tclPkgSetup $dir http 2.7.10 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]