diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-18 21:43:53 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-18 21:43:53 +0000 |
commit | 60f0a86c75ab6a34d38a6ffb402696127e9963e2 (patch) | |
tree | e5e6eff96c1f67204614b62bf68960ca63f8b0b8 /ChangeLog | |
parent | 1691feb9bb25a95d3fac0aa6fbdaccf7ed374c19 (diff) | |
download | tinyproxy-60f0a86c75ab6a34d38a6ffb402696127e9963e2.tar.gz tinyproxy-60f0a86c75ab6a34d38a6ffb402696127e9963e2.zip |
The stats now wait until after the client has finished sending all its
headers before sending the HTTP response back. This should be more
standards compliant.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-04-18 Robert James Kaes <rjkaes@flarenet.com> + * src/reqs.c: Added a new show_stats field in the conn_s structure + so that we will process the client's headers properly before + trying to send a HTTP response back. + * src/sock.c (getpeer_string): Removed the hstrerror() call since it's not supported on all machines, and it's not really needed anyway. |