Bug 186939 - NetworkLoadChecker should not check CORS for 304 responses triggered by WebProcess revalidation
Summary: NetworkLoadChecker should not check CORS for 304 responses triggered by WebPr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-06-22 13:41 PDT by youenn fablet
Modified: 2018-06-25 14:14 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.37 KB, patch)
2018-06-22 13:54 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2018-06-22 13:41:02 PDT
As per spec, NetworkLoadChecker should not check CORS for 304 responses if the WebProcess is asking for revalidation.
Instead, the WebProcess should do it
Comment 1 youenn fablet 2018-06-22 13:52:52 PDT
<rdar://problem/40941725>
Comment 2 youenn fablet 2018-06-22 13:54:47 PDT
Created attachment 343362 [details]
Patch
Comment 3 youenn fablet 2018-06-25 13:04:07 PDT
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/11663
Comment 4 WebKit Commit Bot 2018-06-25 14:14:13 PDT
Comment on attachment 343362 [details]
Patch

Clearing flags on attachment: 343362

Committed r233172: <https://trac.webkit.org/changeset/233172>
Comment 5 WebKit Commit Bot 2018-06-25 14:14:15 PDT
All reviewed patches have been landed.  Closing bug.