diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 01:05:32 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 01:05:32 +0000 |
commit | 7be408859d438261ad3a6a467c7dc3b7004e3d07 (patch) | |
tree | 04dee29db7c6ae407516516a67b85efba3963752 | |
parent | 7889aa4951a08c983408ad6086587b04fa0ef19e (diff) | |
download | tinyproxy-7be408859d438261ad3a6a467c7dc3b7004e3d07.tar.gz tinyproxy-7be408859d438261ad3a6a467c7dc3b7004e3d07.zip |
Update the items which still need to be worked on.
Diffstat (limited to '')
-rw-r--r-- | doc/TODO | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -15,10 +15,11 @@ against the current tree and I'll integrate it if possible. much of a problem. Just need to modify the process_method() code to look up the URL and rewrite it. If we want to go really fancy with RegEx mapping this could get ugly. :) - - Ed Avis suggests having tinyproxy have the ability to send the data - from the connections through an external filtering program. I kind of - like this idea, but I don't really have a good way of doing it yet. + - Have the ability to send the data from the connections through an + external filtering program. I kind of like this idea, but I don't + really have a good way of doing it yet. + Suggested: Ed Avis - Handle Secure Socket Layer (SSL) connections (usually port 443). - - Allow selective logging. For example a person may only want to log - error messages. - - Include the ability to rewrite both incoming and outgoing headers.
\ No newline at end of file + - Include the ability to rewrite both incoming and outgoing headers. + - Log requests for tunnelled connections + - Allow HTTP header filtering through tunnelled connections
\ No newline at end of file |