Bug 179127 - [Curl] Make the order of scheduler sequential when handling registration and cancellation
Summary: [Curl] Make the order of scheduler sequential when handling registration and ...
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: Basuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-01 10:51 PDT by Basuke Suzuki
Modified: 2017-11-15 12:26 PST (History)
10 users (show)

See Also:


Attachments
patch (9.83 KB, patch)
2017-11-01 10:55 PDT, Basuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Basuke Suzuki 2017-11-01 10:51:13 PDT
The scheduler currently has different queues for starting jobs and cancellation jobs to sync with main thread and worker thread. It should be handle sequential for registering the starting job and canceling the job.
Comment 1 Basuke Suzuki 2017-11-01 10:55:53 PDT
Created attachment 325592 [details]
patch
Comment 2 WebKit Commit Bot 2017-11-01 22:55:10 PDT
Comment on attachment 325592 [details]
patch

Clearing flags on attachment: 325592

Committed r224322: <https://trac.webkit.org/changeset/224322>
Comment 3 WebKit Commit Bot 2017-11-01 22:55:12 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-11-15 12:26:12 PST
<rdar://problem/35567527>