diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-08 03:29:23 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-08 03:29:23 +0000 |
commit | cf2ecb83b84f79f92723b9e4efeca420af68647d (patch) | |
tree | 3591dbd685a9470e7a690ff05947b95b28f7cb42 /ChangeLog | |
parent | 14f83aec5549277e2efe1370dd1b1f76b1d8a1ca (diff) | |
download | tinyproxy-cf2ecb83b84f79f92723b9e4efeca420af68647d.tar.gz tinyproxy-cf2ecb83b84f79f92723b9e4efeca420af68647d.zip |
Removed the request logging in the tunnel because it breaks the tunnel
concept since it blocks waiting for information from the client before any
data from the remote is relayed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-05-07 Robert James Kaes <rjkaes@flarenet.com> + + * src/reqs.c (connect_to_tunnel): Removed request logging code in + the tunnel method since it breaks the "tunnel" concept. + 2002-05-02 Robert James Kaes <rjkaes@flarenet.com> * configure.ac: Added code to figure out exactly where to install |