summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-10-23 23:17:38 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-10-23 23:17:38 (GMT)
commit6e17c8ff854c2c7d06c9bd399e3d24f3891d18e6 (patch)
tree1b0f765447e5e0034bf99da8e44a56664c0aa9da /library/http/pkgIndex.tcl
parenta5a02e5016e0e63058f91dbf21fd31419a9d00d1 (diff)
downloadtcl-6e17c8ff854c2c7d06c9bd399e3d24f3891d18e6.zip
tcl-6e17c8ff854c2c7d06c9bd399e3d24f3891d18e6.tar.gz
tcl-6e17c8ff854c2c7d06c9bd399e3d24f3891d18e6.tar.bz2
Fixed a failure to read SHOUTcast streams with the new 2.7
package. Introduced a new intial state as the first response may not be HTTP*.
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 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}}}]