diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-10-23 23:34:32 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-10-23 23:34:32 (GMT) |
commit | 8def31ff208a95aca8062c71d4dd6a020b417dbe (patch) | |
tree | 2153a000764332d440ba836abb476ace92eb9166 /library/http/pkgIndex.tcl | |
parent | 6822a2263c4b65a93826d4a3c8bca50da930e38d (diff) | |
download | tcl-8def31ff208a95aca8062c71d4dd6a020b417dbe.zip tcl-8def31ff208a95aca8062c71d4dd6a020b417dbe.tar.gz tcl-8def31ff208a95aca8062c71d4dd6a020b417dbe.tar.bz2 |
Backported a fix for reading HTTP-like protocols that used to work and
were broken with http 2.7. Now http 2.7.2
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 932017a..6badcea 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.1 [list tclPkgSetup $dir http 2.7.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.7.2 [list tclPkgSetup $dir http 2.7.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |