diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-28 20:03:18 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-28 20:03:18 +0000 |
commit | ed90a4676f6bad4ab2b940f968082fa9f3b3d13c (patch) | |
tree | 13dc756f3788876fa14ee22e86ba596dbecc6ddf /ChangeLog | |
parent | f79807ac112be8e08665604d13ce48d4ea30e55a (diff) | |
download | tinyproxy-ed90a4676f6bad4ab2b940f968082fa9f3b3d13c.tar.gz tinyproxy-ed90a4676f6bad4ab2b940f968082fa9f3b3d13c.zip |
Added more error checking in process_client_headers() and
process_server_headers() functions.
Also, better reporting of errors back to the client.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-04-28 Robert James Kaes <rjkaes@flarenet.com> + + * src/reqs.c (process_client_headers): + (process_server_headers): Added more error checking code and + send HTTP errors back to the client to let them know what is + happening. + (handle_connection): If there was a server error when processing + the headers, send an error back to the client. + 2002-04-27 Robert James Kaes <rjkaes@flarenet.com> * src/thread.c (thread_pool_create): Set the thread's status |