Summary: | Konqueror sends (some) HTTP requests twice (seems related to ALT-F2 -> URL) | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Daniel Hahler <kde-bugzilla> |
Component: | http | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nicolasg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Hahler
2006-03-05 14:38:26 UTC
Yes, it is accessed twice. Are you sure that the page specified caching? Didn't we have a mandatory caching of 60 seconds? To quote freely David Faure, the caching is done by KHTML, not by the HTTP KIO slave. (See the thread on the kde-core-devel mailing list, not so long ago.) That's clearly a misquote, David wouldn't be so wrong. Actually, there is caching in both. On Monday 06 March 2006 16:56, Nicolas Goutte wrote: (...) > ------- To quote freely David Faure, the caching is done by KHTML, not by > the HTTP KIO slave. (See the thread on the kde-core-devel mailing list, not > so long ago.) I have found the thread again. Unfortunately my quote was a little too freely. David only told that caching was only done when everything was downloaded. The answer of David that I meant is here: http://lists.kde.org/?l=kde-core-devel&m=113576813232302&w=2 The whole thread is here: http://lists.kde.org/?t=113555713500001&r=1&w=2 Have a nice day! Note that the Alt-F2 path should work by placing slave on hold, and transferring it to konq, AFAIK. But may be I should shut up since I am not the one who will be doing the fixing, and the relevant people know this stuff better than me anyway Changing to NEW, as it's confirmed also by others. SVN commit 1211792 by adawit: - Fixed KIO::SchedulerPrivate::heldSlaveFor to correctly reuse ioslaves that are on hold. See http://svn.reviewboard.kde.org/r/6271/ for details. BUG:148307 BUG:123121 M +14 -3 scheduler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1211792 Git commit 5c65f468d016961e7e0bf877e56d475bc302f552 by Dawit Alemayehu. Committed on 18/04/2011 at 03:23. Pushed by adawit into branch 'KDE/4.6'. Mostly revert the changes I made with commit d27c820581673040e80c46087b34b76e9fc9ed79. I completely misunderstood the main concept behind put slave on hold. With the exception of corner-case that can only be solved at the application level, putting slaves on hold should work correctly once this partial revert is commited. CCBUG:123121 CCBUG:148307 REVIEW:6271 M +7 -11 kio/kio/scheduler.cpp http://commits.kde.org/kdelibs/5c65f468d016961e7e0bf877e56d475bc302f552 |