| Summary: | HTTP cache cleaner is broken and makes caching mostly useless | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Brendon Higgins <brendon> |
| Component: | http | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | maksim, rdieter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Brendon Higgins
2008-10-05 11:38:02 UTC
Thanks for the catch SVN commit 874941 by ahartmetz: - Sync CACHE_REVISION with http.cpp. Versions 7 and 9 should be compatible (I checked) so it's enough to just bump the version. - Set version of http_cache_cleaner binary to 9, in sync with cache format revision. BUG:172182 M +3 -5 http_cache_cleaner.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=874941 Baww. :'( This patch isn't in 4.1.3: http://websvn.kde.org/tags/KDE/4.1.3/kdelibs/kioslave/http/http_cache_cleaner.cpp?view=markup I'm sure this causes other weird browsing hiccups (like downloading webpages stopping for no reason). I can't use Konqueror while this bug still exists. SVN commit 881252 by rdieter: backport fix for bug #172182 CCBUG: 172182 M +3 -3 http_cache_cleaner.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=881252 |