summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-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