RESOLVED FIXED Bug 176386
Use a single network storage session for stateless connections
https://bugs.webkit.org/show_bug.cgi?id=176386
Summary Use a single network storage session for stateless connections
Brent Fulgham
Reported 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.
Attachments
Patch (9.15 KB, patch)
2017-09-05 12:30 PDT, Brent Fulgham
achristensen: review+
Radar WebKit Bug Importer
Comment 1 2017-09-05 12:24:56 PDT
Brent Fulgham
Comment 2 2017-09-05 12:30:58 PDT
Alex Christensen
Comment 3 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.
Brent Fulgham
Comment 4 2017-09-05 13:41:34 PDT
John Wilander
Comment 5 2017-09-22 15:53:39 PDT
This change caused regressions. See https://bugs.webkit.org/show_bug.cgi?id=177393.
Brent Fulgham
Comment 6 2017-09-25 12:02:44 PDT
*** Bug 177448 has been marked as a duplicate of this bug. ***
John Wilander
Comment 7 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.
Note You need to log in before you can comment on or make changes to this bug.