diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-02-26 19:52:52 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-02-26 19:52:52 (GMT) |
commit | 4af7381c98a78ec974b2febf9fc9543d2fa04e8f (patch) | |
tree | b0e168a9a70296f6f8bbc9c166289776fd5e41c4 /library/http/pkgIndex.tcl | |
parent | 27be8caf52c5e17142a83ab813d24074a6e1fbee (diff) | |
download | tcl-4af7381c98a78ec974b2febf9fc9543d2fa04e8f.zip tcl-4af7381c98a78ec974b2febf9fc9543d2fa04e8f.tar.gz tcl-4af7381c98a78ec974b2febf9fc9543d2fa04e8f.tar.bz2 |
Set version 2.5.5
bug #1868845 - it is better to do the [eof] check after trying to read from the socket. No clashes found in testing. Added http::meta command to access the http headers.
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 eaf0c86..cf6a1ff 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.4]} {return} -package ifneeded http 2.5.4 [list tclPkgSetup $dir http 2.5.4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.5.5 [list tclPkgSetup $dir http 2.5.5 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |