diff options
author | kjnash <k.j.nash@usa.net> | 2020-07-24 20:32:20 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2020-07-24 20:32:20 (GMT) |
commit | 7c4cabaaae8d1f5b351e2016d56308e2531cca9b (patch) | |
tree | 4e13b1a18d91514c5646f451cfbeb57570a4b384 /library/http/pkgIndex.tcl | |
parent | c92e694158c082dfec085e17ad6c8552b874267c (diff) | |
download | tcl-7c4cabaaae8d1f5b351e2016d56308e2531cca9b.zip tcl-7c4cabaaae8d1f5b351e2016d56308e2531cca9b.tar.gz tcl-7c4cabaaae8d1f5b351e2016d56308e2531cca9b.tar.bz2 |
Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if absent, must default to "keep-alive". Add test http11-1.13 and bump version to 2.9.3.
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 4f5eafb..43cd86b 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,2 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.6-]} {return} -package ifneeded http 2.9.2 [list tclPkgSetup $dir http 2.9.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.9.3 [list tclPkgSetup $dir http 2.9.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |