Hi, if I am not wrong, polipo (version 1.0.3, linux) should not save the data to its disk-cache for requests with 'Cache-Control: no-store' set -- but polipo seems to ignore it.
Here is an example: ---- Connecting to proxy localhost (127.0.0.1) port 8123 ---- Sending request... ---> GET http://mir2.archlinuxfr.org/archlinux/extra/os/i686/msmtp-1.4.11-2.pkg.tar.gz HTTP/1.1 ---> Host: mir2.archlinuxfr.org ---> User-Agent: lftp/3.5.14 ---> Accept: */* ---> Pragma: no-cache ---> Cache-Control: no-cache,no-store ---> Connection: keep-alive ---> <--- HTTP/1.1 200 OK <--- Content-Length: 53716 <--- ETag: "78fd81-d1d4-5ab5ecc0" <--- Date: Sun, 14 Oct 2007 11:12:17 GMT <--- Last-Modified: Sun, 22 Apr 2007 03:43:23 GMT <--- Server: Apache <--- Accept-Ranges: bytes <--- Content-Type: application/x-gzip <--- Connection: keep-alive <--- ---- Receiving body... ---- Received all ---- Closing HTTP connection If I stop polipo, the file is saved to the disk-cache... The only working way I have found, to stop polipo from caching such files, is to add follwing rule to the uncachable file: .*\.pkg.tar.gz$ The config file contains these lines only: allowedClients = 127.0.0.1, ::1 disableIndexing = false disableServersList = false Do I miss a point or is it a bug? Regards Viktor Peters ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Polipo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/polipo-users
