diff options
author | hobbs <hobbs> | 2008-03-12 10:01:01 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-03-12 10:01:01 (GMT) |
commit | e30c6b2c79b5d0287da601face8b8a84d00f893e (patch) | |
tree | 66f63f88c67882186a76efe244620be661569c5d /ChangeLog | |
parent | abb6e593c4fe93a99241275011aaa97b6a259485 (diff) | |
download | tcl-e30c6b2c79b5d0287da601face8b8a84d00f893e.zip tcl-e30c6b2c79b5d0287da601face8b8a84d00f893e.tar.gz tcl-e30c6b2c79b5d0287da601face8b8a84d00f893e.tar.bz2 |
change http::geturl -keepalive default to 0 as it has poor true pipeline support
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ * library/http/pkgIndex.tcl: interface. [Bug 559898] * doc/http.n, tests/http.test: Added -keepalive and -protocol 1.1 with chunked transfer encoding support. [Bug - 1063703, 1470377, 219225] + 1063703, 1470377, 219225] (default keepalive is 0) Added ability to override Host in -headers. [Bug 928154] Added -strict option to control URL validation on per-call basis. [Bug 1560506] |