summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-23 21:55:08 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-23 21:55:08 +0000
commitc3124815a1f6a9bb441edd77633f4750d4f3c5b6 (patch)
tree613366fc6d940b6c6ca0dff51813ca3b20da2125 /ChangeLog
parentb68354a9da9a513171332fd7a99da40299d4eb71 (diff)
downloadtinyproxy-c3124815a1f6a9bb441edd77633f4750d4f3c5b6.tar.gz
tinyproxy-c3124815a1f6a9bb441edd77633f4750d4f3c5b6.zip
Cleaned up the code which sends the "Via" header. It now uses
write_message().
Diffstat (limited to '')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f6ab44..5d13189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-23 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/reqs.c (process_client_headers): Cleaned up the code to send
+ the Via header by using the write_message() function.
+
2001-12-22 Robert James Kaes <rjkaes@flarenet.com>
* src/tinyproxy.h: Add a test for the MSG_NOSIGNAL define, so it's