Bug 169115

Summary: [Mac] Set the NSURLSessionTask priority to match the request's priority
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Page LoadingAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, commit-queue, joepeck, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2017-03-02 18:44:39 PST
Set the NSURLSessionTask priority to match the request's priority

NSURLSessionTask priority:
https://developer.apple.com/reference/foundation/nsurlsessiontask/1410569-priority

This maps to HTTP/2 request prioritization.
Comment 1 Joseph Pecoraro 2017-03-02 18:44:54 PST
<rdar://problem/28881392>
Comment 2 Radar WebKit Bug Importer 2017-03-02 18:45:24 PST
<rdar://problem/30823246>
Comment 3 Joseph Pecoraro 2017-03-02 18:47:07 PST
Created attachment 303287 [details]
[PATCH] Proposed Fix
Comment 4 WebKit Commit Bot 2017-03-02 22:09:23 PST
Comment on attachment 303287 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 303287

Committed r213354: <http://trac.webkit.org/changeset/213354>
Comment 5 WebKit Commit Bot 2017-03-02 22:09:28 PST
All reviewed patches have been landed.  Closing bug.