diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-04-10 09:37:52 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-04-10 09:37:52 (GMT) |
commit | 6626a523f72667a745e0137510e8b65b4984bed0 (patch) | |
tree | cb986f83de3ab045e92d999f6b4bf58e10d25b49 /ChangeLog | |
parent | 9185b616460eb962ba1546ffb5db0eabd0d68619 (diff) | |
download | tcl-6626a523f72667a745e0137510e8b65b4984bed0.zip tcl-6626a523f72667a745e0137510e8b65b4984bed0.tar.gz tcl-6626a523f72667a745e0137510e8b65b4984bed0.tar.bz2 |
Specific check for [Bug 26245326]
This bug is caused by receiving a partial HTTP response line which caused premature
switching of the state in the client package before we received the whole line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-04-10 Pat Thoyts <patthoyts@users.sourceforge.net> + + * tests/http.test: Added specific check for [Bug 26245326] + * tests/httpd: (return incomplete HTTP response header) + 2009-04-08 Kevin B. Kenny <kennykb@acm.org> * tools/tclZIC.tcl: Always emit files with Unix line termination. |