Bug 176386

Summary: Use a single network storage session for stateless connections
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit2Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, rniwa, webkit-bug-importer, wilander
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=177393
https://bugs.webkit.org/show_bug.cgi?id=177394
Bug Depends on:    
Bug Blocks: 175232    
Attachments:
Description Flags
Patch achristensen: review+

Description Brent Fulgham 2017-09-05 11:23:03 PDT
In Bug 175232 I added a third "cookieless" network storage session. Instead, we should just use a single "stateless" session for credential-less and cookie-less connections.

This is being done as a separate path because it affects more code paths than the change I was completing in Bug 175232.
Comment 1 Radar WebKit Bug Importer 2017-09-05 12:24:56 PDT
<rdar://problem/34262148>
Comment 2 Brent Fulgham 2017-09-05 12:30:58 PDT
Created attachment 319923 [details]
Patch
Comment 3 Alex Christensen 2017-09-05 13:08:12 PDT
Comment on attachment 319923 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=319923&action=review

> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:611
> +    // FIXME(176386): Use a single storage session for credentialless and cookieless transactions.

This comment is done now.
Comment 4 Brent Fulgham 2017-09-05 13:41:34 PDT
Committed r221632: <http://trac.webkit.org/changeset/221632>
Comment 5 John Wilander 2017-09-22 15:53:39 PDT
This change caused regressions. See https://bugs.webkit.org/show_bug.cgi?id=177393.
Comment 6 Brent Fulgham 2017-09-25 12:02:44 PDT
*** Bug 177448 has been marked as a duplicate of this bug. ***
Comment 7 John Wilander 2018-01-17 11:25:17 PST
This patch's intended change was finally achieved by https://bugs.webkit.org/show_bug.cgi?id=177394.