[Webkit-unassigned] [Bug 123445] New: [Curl] Cookies are sometimes not set in download request.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 07:53:00 PDT 2013


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

           Summary: [Curl] Cookies are sometimes not set in download
                    request.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peavo at outlook.com


Sometimes downloads are failing for me. I have traced this down to be caused by missing cookies in the download request.
I believe the reason for this is that when the download tries to read from the cookie file, it fails to open it,
because it is already opened for writing by the ResourceHandleManager.

This can be fixed by using the share handle in the ResourceHandleManager to get the cookies, instead for reading the cookie file.
This will also be a performance improvement, as there is no need to read and parse the cookie file all over again for each download.
The multithreading issues are already handled by the ResourceHandleManager.

-- 
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