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 | b2e0789f6bd7402bf3c869073e438b7a07efe49b (patch) | |
tree | 9c3b7ffbcef22d4409db7712de5a3bafc487eae0 /ChangeLog | |
parent | 2bd81c67851aa6fe8e0a8cc3c498fc6643e5064b (diff) | |
parent | 9b474d56b9437cb5d0aea6429d21a68d3119aab9 (diff) | |
download | tcl-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-- | 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 |