diff options
author | sandeep <sandeep> | 2000-03-22 22:49:57 (GMT) |
---|---|---|
committer | sandeep <sandeep> | 2000-03-22 22:49:57 (GMT) |
commit | c00dc12840819fe6894220637347629267d8a409 (patch) | |
tree | eabdb78bc829cbddec6b5c178d96deaf01ae14b6 /ChangeLog | |
parent | 185c0cfd19e6c46fe4749ccc09d4b994a1200925 (diff) | |
download | tcl-c00dc12840819fe6894220637347629267d8a409.zip tcl-c00dc12840819fe6894220637347629267d8a409.tar.gz tcl-c00dc12840819fe6894220637347629267d8a409.tar.bz2 |
2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com>
* library/http2.1/http.tcl: Fixed a bug where string query data
that was bigger than queryblocksize would get duplicate characters
at block boundaries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> + * library/http2.1/http.tcl: Fixed a bug where string query data + that was bigger than queryblocksize would get duplicate characters + at block boundaries. + +2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> + * library/http2.1/http.tcl: Fixed bug 4463, where we were getting a stack trace if we tried to publish a project to a good host but a port where there was no server listening. It turned out the |