[webkit-reviews] review granted: [Bug 204147] Handle page closure for stale-while-revalidate revalidations : [Attachment 390061] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 02:48:07 PST 2020


youenn fablet <youennf at gmail.com> has granted Rob Buis <rbuis at igalia.com>'s
request for review:
Bug 204147: Handle page closure for stale-while-revalidate revalidations
https://bugs.webkit.org/show_bug.cgi?id=204147

Attachment 390061: Patch

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




--- Comment #29 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 390061
  --> https://bugs.webkit.org/attachment.cgi?id=390061
Patch

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

> Source/WebKit/NetworkProcess/cache/NetworkCacheSpeculativeLoad.cpp:72
> +    if (m_networkLoad) {

We could also write it if (!m_networkLoad) return;


More information about the webkit-reviews mailing list