summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-06 10:40:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-06 10:40:09 (GMT)
commit4d3a8115170564c6159e793451ea25fead36adb6 (patch)
tree31ac5216afd93567c82b06482cc6f437cc42d41e /ChangeLog
parentfc54b6df2024f882d6ef731a22a83756d940ef84 (diff)
downloadtcl-4d3a8115170564c6159e793451ea25fead36adb6.zip
tcl-4d3a8115170564c6159e793451ea25fead36adb6.tar.gz
tcl-4d3a8115170564c6159e793451ea25fead36adb6.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 87893c7..d0e6ebd 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.7.10.
+
2012-10-23 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclInt.h: Remove unused TclpLoadFile function.