diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-04-19 18:27:59 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-04-19 18:27:59 (GMT) |
commit | 088d91e5be449b50b2330892fc611bed5a4a6c6a (patch) | |
tree | 3b26238ddcfadfd8972ccfc769b72d9455ad5342 /ChangeLog | |
parent | 0faf3c561ee72b67abea7c34667c19344d759d18 (diff) | |
download | tcl-088d91e5be449b50b2330892fc611bed5a4a6c6a.zip tcl-088d91e5be449b50b2330892fc611bed5a4a6c6a.tar.gz tcl-088d91e5be449b50b2330892fc611bed5a4a6c6a.tar.bz2 |
Removed newline appended to POST data.
Added tests to check that the data provided by a POST is as stated in the content-length [Bug 2715421]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-04-19 Pat Thoyts <patthoyts@users.sourceforge.net> + + * library/http/http.tcl: Removed spurious newline added after POST + * tests/http11.test: and added tests to detect excess bytes + * tests/httpd11.tcl: being POSTed. [Bug 2715421] + * library/http/pkgIndex.tcl: + * makefiles: package version now 2.8.1 + 2009-04-15 Donal K. Fellows <dkf@users.sf.net> * doc/chan.n, doc/close.n: Tidy up documentation of TIP #332. |