summaryrefslogtreecommitdiffstats
path: root/tests/http.test
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-07-10 11:31:03 (GMT)
committersebres <sebres@users.sourceforge.net>2017-07-10 11:31:03 (GMT)
commitce2632231521ea73edf746feb8440d55299fd816 (patch)
tree325b6dcdd9fd437611656cb8bfcc88723b4832b1 /tests/http.test
parent10c4411b959259a23acf9d979fe3faf06d177288 (diff)
parentdaaac6f4c23110b1489e943f514c4b8befc14b2d (diff)
downloadtcl-ce2632231521ea73edf746feb8440d55299fd816.zip
tcl-ce2632231521ea73edf746feb8440d55299fd816.tar.gz
tcl-ce2632231521ea73edf746feb8440d55299fd816.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'tests/http.test')
-rw-r--r--tests/http.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http.test b/tests/http.test
index d7e42c2..e8f78e3 100644
--- a/tests/http.test
+++ b/tests/http.test
@@ -592,7 +592,7 @@ test http-4.15 {http::Event} -body {
} -cleanup {
catch {http::cleanup $token}
} -returnCodes 1 -match glob -result "couldn't open socket*"
-test http-1.15 {Leak with Close vs Keepalive (bug [6ca52aec14]} -body {
+test http-4.16 {Leak with Close vs Keepalive (bug [6ca52aec14]} -body {
set before [chan names]
set token [http::geturl $url -headers {X-Connection keep-alive}]
http::cleanup $token