diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-06 10:40:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-06 10:40:09 (GMT) |
commit | 4d3a8115170564c6159e793451ea25fead36adb6 (patch) | |
tree | 31ac5216afd93567c82b06482cc6f437cc42d41e /ChangeLog | |
parent | fc54b6df2024f882d6ef731a22a83756d940ef84 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |