diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-25 17:39:52 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-25 17:39:52 +0000 |
commit | 4ecb6d1a3d9876845876ff70f999bc50fcec1e4a (patch) | |
tree | 20342aa89e2b1ccf116088eae0dde70e38cd35c3 | |
parent | 4ac03908fcb4966d44b816f1a828d5e237912f3d (diff) | |
download | tinyproxy-4ecb6d1a3d9876845876ff70f999bc50fcec1e4a.tar.gz tinyproxy-4ecb6d1a3d9876845876ff70f999bc50fcec1e4a.zip |
Changes reflecting the new conns.* files and the organization of the
header files.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2001-10-25 Robert James Kaes <rjkaes@flarenet.com> + * Moved all the system header included into the tinyproxy.h header + and changed all the other files to include it. The should + centralise the header dependency issue into one file. + + * src/conns.c: Brought back the conns.{c,h} files which contain + the connection structure definition plus the creation/destruction + routines. + * src/reqs.c (process_client_headers): Selectively send headers based on whether we're using an upstream with a CONNECT request. The short answer: all methods work correctly with |