Bug 188206 - [Curl] Change synchronous request logic using MessageQueue to match with Mac port.
Summary: [Curl] Change synchronous request logic using MessageQueue to match with Mac ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Basuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-31 14:54 PDT by Basuke Suzuki
Modified: 2018-08-01 20:32 PDT (History)
11 users (show)

See Also:


Attachments
PATCH (17.17 KB, patch)
2018-08-01 13:43 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 2018-07-31 14:54:33 PDT
Current implementation uses main thread for synchronous communication. That flow is very different from main logic of CurlRequest. It should be simplified and much more same code should be used for both async and sync communications.
Comment 1 Basuke Suzuki 2018-08-01 13:43:26 PDT
Created attachment 346294 [details]
PATCH
Comment 2 WebKit Commit Bot 2018-08-01 14:36:55 PDT
Comment on attachment 346294 [details]
PATCH

Clearing flags on attachment: 346294

Committed r234480: <https://trac.webkit.org/changeset/234480>
Comment 3 WebKit Commit Bot 2018-08-01 14:36:56 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-08-01 20:32:44 PDT
<rdar://problem/42840444>