diff options
author | hobbs <hobbs> | 2002-01-25 03:07:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-01-25 03:07:15 (GMT) |
commit | 012a69519a5ac4295eb597527e3f465fac7358a3 (patch) | |
tree | 1f7fcb4882ecc0a7e10dbf263b101c352fee5bc8 /library/http/pkgIndex.tcl | |
parent | a6b8152740ffe25d2be6a130a03abbedf558538b (diff) | |
download | tcl-012a69519a5ac4295eb597527e3f465fac7358a3.zip tcl-012a69519a5ac4295eb597527e3f465fac7358a3.tar.gz tcl-012a69519a5ac4295eb597527e3f465fac7358a3.tar.bz2 |
* library/http/pkgIndex.tcl:
* library/http/http.tcl: don't add port in default case to handle
broken servers. http bumped to 2.4.1 [Bug #504508]
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 b7b87a9..bfca5a9 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.2]} {return} -package ifneeded http 2.4 [list tclPkgSetup $dir http 2.4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] +package ifneeded http 2.4.1 [list tclPkgSetup $dir http 2.4.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] |