summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-04-10 09:37:52 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-04-10 09:37:52 (GMT)
commit6626a523f72667a745e0137510e8b65b4984bed0 (patch)
treecb986f83de3ab045e92d999f6b4bf58e10d25b49 /ChangeLog
parent9185b616460eb962ba1546ffb5db0eabd0d68619 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d42e7..ebe410b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.