home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / TODO < prev    next >
Text File  |  2000-12-22  |  435b  |  12 lines

  1. - config merging
  2. - win32 port of daemon.py (non-POSIX, argh, use win32 API)
  3. - filter testing, testing, testing
  4. - more status info (open connections, statistics)
  5. - what about the tracebacks in log?
  6. - HTTPS support
  7.   It's sort of an extension to HTTP - you just send the proxy the request
  8.   CONNECT home.netscape.com:443 HTTP/1.0\r\n\r\n
  9.   and after reading all the response headers and a blank line you
  10.   have a transparent connection
  11.  
  12.