[Webkit-unassigned] [Bug 28466] When downloading a file, two GET requests are sent to the HTTP server

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 13:33:39 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28466


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gns at gnome.org




--- Comment #1 from Gustavo Noronha (kov) <gns at gnome.org>  2009-08-21 13:33:39 PDT ---
I am almost sure this is caused by this:

void FrameLoaderClient::download(ResourceHandle* handle, const ResourceRequest&
request, const ResourceRequest&, const ResourceResponse& response)
{
    // FIXME: We could reuse the same handle here, but when I tried
    // implementing that the main load would fail and stop, so I have
    // simplified this case for now.
    handle->cancel();

We should really use the handle which already exists for the download, but I
could not get it to work when I tried, like I say in the comment.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list