summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-15 02:07:27 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-15 02:07:27 +0000
commita5d32127517010c7d09f669aff613e98057ea6b4 (patch)
tree584648131a6bc963cbb2cf760afc324ff6d18ae3 /ChangeLog
parentc86d22226ff952b33cf4fbee23f0172b86230024 (diff)
downloadtinyproxy-a5d32127517010c7d09f669aff613e98057ea6b4.tar.gz
tinyproxy-a5d32127517010c7d09f669aff613e98057ea6b4.zip
Changed the error boolean flag into a pointer to an error string and an
error code. We're storing this information because tinyproxy doesn't output the error information until _after_ the client has sent it's information.
Diffstat (limited to '')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c672f85..39ef0fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-04-14 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/conns.h: Replaced the error boolean with a pointer to an
+ error string and error number for use in the
+ send_http_error_message() function.
+
+ * src/utils.c (indicate_http_error): Replaced the httperr()
+ function with this one. Instead of sending the error right away,
+ we store the error string and number and send them _after_ the
+ client headers have been processed.
+
2002-04-13 Robert James Kaes <rjkaes@flarenet.com>
* src/sock.c (opensock): If the Listen directive is in use, then