Review Request 126864: kio_http_cache_cleaner: don't exit on startup if cache dir doesn't exist yet
David Faure
faure at kde.org
Sat Jan 23 22:55:52 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/126864/
-----------------------------------------------------------
Review request for KDE Frameworks.
Repository: kio
Description
-------
+ add warning if listen fails, just in case
Change-Id: I27c8b166a6127fad3793024bdb950239ffc93d35
Diffs
-----
src/ioslaves/http/http_cache_cleaner.cpp c272c6ecc75ef07418cdfe4a17af4b0475d6ff0a
Diff: https://git.reviewboard.kde.org/r/126864/diff/
Testing
-------
I was getting
kio_http_cache_cleaner: '/home/dfaure/.cache/http' does not exist.
Maybe it was only because the unittest was using ~/.qttest/cache (QStandardPaths test mode), which is passed along to kio_http, which then talks to kio_http_cache_cleaner without telling it where the cache is, so they disagree on the cache. Corner case due to different paths in unit-tests, but can't hurt to mkpath.
Thanks,
David Faure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160123/28ed54fa/attachment.html>
More information about the Kde-frameworks-devel
mailing list