[Webkit-unassigned] [Bug 203594] New: Mark VeryLow priority requests using a request dictionary key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 16:06:30 PDT 2019


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

            Bug ID: 203594
           Summary: Mark VeryLow priority requests using a request
                    dictionary key
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nham at apple.com
                CC: beidson at apple.com

Currently PLT ignores beacon and ping loads by checking the request priority by checking if CFURLRequestGetRequestPriority returns 0.  This won't work anymore because I plan on giving both VeryLow (which is used by beacons and pings) and Low loads a CFURLRequestPriority of 0 in the fix for https://bugs.webkit.org/show_bug.cgi?id=203423.

To work around this, mark very-low pri loads using a key in the request dictionary. I think this is okay since ping and beacon requests are relatively rare, and we're already stuffing a bunch of other keys into the request dictionaries already.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191029/fbd3e535/attachment.htm>


More information about the webkit-unassigned mailing list