Bug 202086 - [CURL] CurlRequest does not need a sessionID
Summary: [CURL] CurlRequest does not need a sessionID
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-21 19:50 PDT by Chris Dumez
Modified: 2019-09-23 11:16 PDT (History)
8 users (show)

See Also:


Attachments
Patch (6.92 KB, patch)
2019-09-21 19:50 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2019-09-21 19:50:02 PDT
CurlRequest does not need a sessionID.
Comment 1 Chris Dumez 2019-09-21 19:50:55 PDT
Created attachment 379334 [details]
Patch
Comment 2 Chris Dumez 2019-09-21 22:15:48 PDT
Comment on attachment 379334 [details]
Patch

Clearing flags on attachment: 379334

Committed r250192: <https://trac.webkit.org/changeset/250192>
Comment 3 Chris Dumez 2019-09-21 22:15:50 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-09-21 22:16:18 PDT
<rdar://problem/55596677>
Comment 5 Brent Fulgham 2019-09-23 10:52:19 PDT
This introduced a WinCairo build failure. I will check in a fix.
Comment 6 Brent Fulgham 2019-09-23 10:54:14 PDT
Build fix:

Commited r250241: <https://trac.webkit.org/changeset/250241>
Comment 7 Chris Dumez 2019-09-23 11:16:35 PDT
(In reply to Brent Fulgham from comment #6)
> Build fix:
> 
> Commited r250241: <https://trac.webkit.org/changeset/250241>

Thanks.