diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-18 13:27:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-18 13:27:10 (GMT) |
commit | 3955a1b5e4dfa9568e3d1d7e40f33641570a1211 (patch) | |
tree | fe7b39d46ce3175633e5fcc6e53c28846c355fa2 /tests | |
parent | 40ac80e6b815ea6eda0f5fe55361080dfb933609 (diff) | |
parent | ec28ad63ee76f1827bd000aecc3506d25c484776 (diff) | |
download | tcl-3955a1b5e4dfa9568e3d1d7e40f33641570a1211.zip tcl-3955a1b5e4dfa9568e3d1d7e40f33641570a1211.tar.gz tcl-3955a1b5e4dfa9568e3d1d7e40f33641570a1211.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'tests')
-rw-r--r-- | tests/http.test | 2 |
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 |