summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-06 13:16:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-06 13:16:03 (GMT)
commitb2e0789f6bd7402bf3c869073e438b7a07efe49b (patch)
tree9c3b7ffbcef22d4409db7712de5a3bafc487eae0 /ChangeLog
parent2bd81c67851aa6fe8e0a8cc3c498fc6643e5064b (diff)
parent9b474d56b9437cb5d0aea6429d21a68d3119aab9 (diff)
downloadtcl-b2e0789f6bd7402bf3c869073e438b7a07efe49b.zip
tcl-b2e0789f6bd7402bf3c869073e438b7a07efe49b.tar.gz
tcl-b2e0789f6bd7402bf3c869073e438b7a07efe49b.tar.bz2
[Bug 3581754]: Ensure that http -command callbacks are done at most once.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9fa2a0..806e930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-11-06 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/http/http.tcl (http::Finish): [Bug 3581754]: Ensure that
+ callbacks are done at most once to prevent problems with timeouts on a
+ keep-alive connection (combined with reentrant http package use)
+ causing excessive stack growth. Not a fix for the underlying problem,
+ but ensures that pain will be mostly kept away from users.
+ Bump http package to 2.8.5.
+
2012-11-05 Donal K. Fellows <dkf@users.sf.net>
Added bytecode compilation of many Tcl commands. Some of these are