diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-06 13:16:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-11-06 13:16:03 (GMT) |
commit | e4aa35c15ea49e1ff7f8fad2e62148a79b9ea89f (patch) | |
tree | 9c3b7ffbcef22d4409db7712de5a3bafc487eae0 /ChangeLog | |
parent | 142c9ce40717c553a0702e21b13deb5809d171dd (diff) | |
parent | 4d3a8115170564c6159e793451ea25fead36adb6 (diff) | |
download | tcl-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-- | 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.8.5. + 2012-11-05 Donal K. Fellows <dkf@users.sf.net> Added bytecode compilation of many Tcl commands. Some of these are |