summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2008-03-12 10:01:01 (GMT)
committerhobbs <hobbs>2008-03-12 10:01:01 (GMT)
commite30c6b2c79b5d0287da601face8b8a84d00f893e (patch)
tree66f63f88c67882186a76efe244620be661569c5d /ChangeLog
parentabb6e593c4fe93a99241275011aaa97b6a259485 (diff)
downloadtcl-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--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25b941c..9014cf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]