summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-09-07 00:10:55 (GMT)
committerhobbs <hobbs@noemail.net>2001-09-07 00:10:55 (GMT)
commit8e80d72994d1a32e47ed521e2454d7fcbde17cd8 (patch)
tree1cdde51e4aec747da8bce0f22d9eddc6f45ac65a /library/http/pkgIndex.tcl
parent5679ab5d7291db665b9a41b9b0493ee510dc3fdc (diff)
downloadtcl-8e80d72994d1a32e47ed521e2454d7fcbde17cd8.zip
tcl-8e80d72994d1a32e47ed521e2454d7fcbde17cd8.tar.gz
tcl-8e80d72994d1a32e47ed521e2454d7fcbde17cd8.tar.bz2
* doc/http.n: noted -binary, charset and coding state keys.
* tests/http.test: * library/http/pkgIndex.tcl: * library/http/http.tcl (geturl): correctly get charset parameter and convert text according to specified encoding (if known). RFC iso8859-1 is used by default. Also recognize Content-encoding to see if we should do binary translation. Added a CYA -binary switch for the cases that were missed. [Bug #219211 #219399] * tests/ioUtil.test: changed to make better use of constraints and remove knownBug constraints that weren't valid. FossilOrigin-Name: 1a57f27ff526917fa92c58ccfc2db86e22551379
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 4186a43..3c5d514 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.3.2 [list tclPkgSetup $dir http 2.3.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}]
+package ifneeded http 2.3.3 [list tclPkgSetup $dir http 2.3.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}]