[webkit-reviews] review granted: [Bug 226511] Add log when creating NSURLSession that will not accept cookies : [Attachment 430288] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 14:36:27 PDT 2021


Chris Dumez <cdumez at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 226511: Add log when creating NSURLSession that will not accept cookies
https://bugs.webkit.org/show_bug.cgi?id=226511

Attachment 430288: Patch

https://bugs.webkit.org/attachment.cgi?id=430288&action=review




--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 430288
  --> https://bugs.webkit.org/attachment.cgi?id=430288
Patch

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

> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:1310
> +	   RELEASE_LOG(NetworkSession, "Creating network session with ID %llu
that will not accept cookies.", m_sessionID.toUInt64());

We should probably use PRIu64 even if this is a cocoa file.


More information about the webkit-reviews mailing list