Bug 184572 - [Curl] Cookie Database on memory path should be :memory:
Summary: [Curl] Cookie Database on memory path should be :memory:
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-04-12 17:16 PDT by Christopher Reid
Modified: 2018-04-12 18:28 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2018-04-12 17:41 PDT, Christopher Reid
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Reid 2018-04-12 17:16:16 PDT
CookieJarDB::isOnMemory is comparing the database path with :onmemory: but it should be using :memory:.
https://www.sqlite.org/inmemorydb.html
Comment 1 Christopher Reid 2018-04-12 17:41:01 PDT
Created attachment 337853 [details]
Patch
Comment 2 WebKit Commit Bot 2018-04-12 18:28:00 PDT
Comment on attachment 337853 [details]
Patch

Clearing flags on attachment: 337853

Committed r230619: <https://trac.webkit.org/changeset/230619>
Comment 3 WebKit Commit Bot 2018-04-12 18:28:02 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-04-12 18:28:20 PDT
<rdar://problem/39401261>