summaryrefslogtreecommitdiffstats
path: root/tests/http.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-18 13:27:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-18 13:27:10 (GMT)
commit34189452dae67833c1b9444372b0c42ec4f91c77 (patch)
treefe7b39d46ce3175633e5fcc6e53c28846c355fa2 /tests/http.test
parent2a5ae4319fc3837ab0207db4fed7d998fceaa8cb (diff)
parent8b5d3394c2827fa8bfa14ba8169b0139bc58195b (diff)
downloadtcl-34189452dae67833c1b9444372b0c42ec4f91c77.zip
tcl-34189452dae67833c1b9444372b0c42ec4f91c77.tar.gz
tcl-34189452dae67833c1b9444372b0c42ec4f91c77.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 025c32e..210c2fb 100644
--- a/tests/http.test
+++ b/tests/http.test
@@ -588,7 +588,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