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)
commite4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f (patch)
tree9c3b7ffbcef22d4409db7712de5a3bafc487eae0 /ChangeLog
parent142c9ce40717c553a0702e21b13deb5809d171dd (diff)
parent4d3a8115170564c6159e793451ea25fead36adb6 (diff)
downloadtcl-e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f.zip
tcl-e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f.tar.gz
tcl-e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f.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