diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-12 03:09:04 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-12 03:09:04 +0000 |
commit | f1a451faea1206acd262acc473b0f767f0cefb81 (patch) | |
tree | 0415ef6a91e723fb9fa8c1f3c3bcb1e9ab55e6cd /ChangeLog | |
parent | 604785be666156f6b43700a6cbcee36f5568845a (diff) | |
download | tinyproxy-f1a451faea1206acd262acc473b0f767f0cefb81.tar.gz tinyproxy-f1a451faea1206acd262acc473b0f767f0cefb81.zip |
Added a write_via_header() function which is now used in both header
processing functions. Also, added a list of headers to drop in the
process server header functions.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -10,9 +10,14 @@ (process_server_headers): Rewrote this function to handle the headers in a more consistent manner. The connection header is handled correctly, and the content-length header is stored for - later use. + later use. Also, include a list of headers to not send. (relay_connection): Added a test to use the connptr->remote_content_length value if it's present. + (write_via_header): Moved the creation/modification of the Via + header into it's own function since it's used by both + process_client_headers() and process_server_headers(). I still + need to add code to allow you to "hide" the host information if + you so choose. * src/conns.c: Added the remote_content_length variable to hold the number of bytes the remove server is _supposed_ to send to |