diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 03:46:51 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 03:46:51 +0000 |
commit | 194e1ad9cc7bc095a4a5269d5cb98aa8e8c9a6b1 (patch) | |
tree | c39380f5fc9a394cb617c1a77a8f1b8d8887049d /ChangeLog | |
parent | 3b5e17d57913d3f196b7e05efe27508d10603476 (diff) | |
download | tinyproxy-194e1ad9cc7bc095a4a5269d5cb98aa8e8c9a6b1.tar.gz tinyproxy-194e1ad9cc7bc095a4a5269d5cb98aa8e8c9a6b1.zip |
New change log entries.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2001-08-26 Robert James Kaes <rjkaes@flarenet.com> + * src/utils.c (httperr): Split the headers from the actual message + and include more headers like Date, Server, Content-Length, + etc. Also set the type for the error message to const char*. + + * src/reqs.c (process_method): Fixed a SEGV problem if an invalid + request was submitted. + * Makefile.am (EXTRA_DIST): Don't include ./reconf in the tarball. |