Unable to purge disk cache on Windows

Polipo should be run with the -x switch periodically to remove or truncate cache files to keep the cache tree from growing too large. However, on Windows, Polipo fails with this error: Couldn't fts_open disk cache: Function not implemented

GDB indicates that the failure occurs when fts_open() calls change_to_dir(). change_to_dir() relies on the fchdir() syscall, which seems to have no analog on Windows. Therefore, change_to_dir() remains unimplemented on that platform.

[Automatically added by flyspray2trac: Operating System: All]

Trac:
Username: loafier

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information