diff options
author | kjnash <k.j.nash@usa.net> | 2020-07-24 18:43:28 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2020-07-24 18:43:28 (GMT) |
commit | baf9ec7e2de72db256e852153bb4213dea2b3485 (patch) | |
tree | 2184f02f725efe33be881c4d92ed98817e99d81d /library/manifest.txt | |
parent | a352df54ff00f9867198ffb01b4ec4f4f2f162ac (diff) | |
download | tcl-baf9ec7e2de72db256e852153bb4213dea2b3485.zip tcl-baf9ec7e2de72db256e852153bb4213dea2b3485.tar.gz tcl-baf9ec7e2de72db256e852153bb4213dea2b3485.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 http version to 2.9.3.
Diffstat (limited to 'library/manifest.txt')
-rw-r--r-- | library/manifest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/manifest.txt b/library/manifest.txt index 5ae0eb7..3a7ba54 100644 --- a/library/manifest.txt +++ b/library/manifest.txt @@ -5,7 +5,7 @@ apply {{dir} { set ::test [info script] set isafe [interp issafe] foreach {safe package version file} { - 0 http 2.9.2 {http http.tcl} + 0 http 2.9.3 {http http.tcl} 1 msgcat 1.7.1 {msgcat msgcat.tcl} 1 opt 0.4.7 {opt optparse.tcl} 0 cookiejar 0.2.0 {cookiejar cookiejar.tcl} |