summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-18 21:43:53 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-18 21:43:53 +0000
commit60f0a86c75ab6a34d38a6ffb402696127e9963e2 (patch)
treee5e6eff96c1f67204614b62bf68960ca63f8b0b8 /ChangeLog
parent1691feb9bb25a95d3fac0aa6fbdaccf7ed374c19 (diff)
downloadtinyproxy-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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fbb8d8..9c0d6d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.