From a5d32127517010c7d09f669aff613e98057ea6b4 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 15 Apr 2002 02:07:27 +0000 Subject: 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c672f85..39ef0fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-04-14 Robert James Kaes + + * 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 * src/sock.c (opensock): If the Listen directive is in use, then -- cgit v1.2.3