diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-15 02:07:27 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-15 02:07:27 +0000 |
commit | a5d32127517010c7d09f669aff613e98057ea6b4 (patch) | |
tree | 584648131a6bc963cbb2cf760afc324ff6d18ae3 /ChangeLog | |
parent | c86d22226ff952b33cf4fbee23f0172b86230024 (diff) | |
download | tinyproxy-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |