diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-19 05:10:46 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-19 05:10:46 +0000 |
commit | 4a257edd0a005a97afe5b26e18a06b6f7af0cce6 (patch) | |
tree | 8de362cb28aeac99bdacf55416e5b0151e51910c | |
parent | 17103bf8fe3d07b3826a0a3b38f8e4d5d121d220 (diff) | |
download | tinyproxy-4a257edd0a005a97afe5b26e18a06b6f7af0cce6.tar.gz tinyproxy-4a257edd0a005a97afe5b26e18a06b6f7af0cce6.zip |
Update the reqs.c file.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +2001-12-19 Robert James Kaes <rjkaes@flarenet.com> + + * src/reqs.c (write_message): Encapsulate code to handle sending + snprintf() built lines to a file descriptor. + +2001-12-18 Robert James Kaes <rjkaes@flarenet.com> + + * src/reqs.c (connect_to_tunnel): Moved the tunnel connection code + into its own function. + (TUNNEL_CONFIGURED): Added a macro to help simplify the tests for + tunnelling support. + 2001-12-17 Robert James Kaes <rjkaes@flarenet.com> * src/reqs.c (handle_connection): Also log the request when @@ -16,7 +28,7 @@ upstream proxy support. (establish_http_connection): Lines are now composed in a buffer and then sent to the safe_write() function. This was done because - some sites (like www.heise.de) do not like having the the request + some sites (like www.heise.de) do not like having the request line sent in pieces. 2001-12-15 Robert James Kaes <rjkaes@flarenet.com> |