[Webkit-unassigned] [Bug 139339] [Curl] Cache entry is sometimes deleted when request receives a not modified response.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 18:39:28 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139339

--- Comment #7 from Alex Christensen <alex.christensen at flexsim.com> ---
Comment on attachment 242927
  --> https://bugs.webkit.org/attachment.cgi?id=242927
Patch

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

> Source/WebCore/ChangeLog:9
> +        but the cache entry has already been deleted by another request.

How would another request have already deleted the cached response? I'm not entirely convinced that locking will solve this problem.

> Source/WebCore/platform/network/curl/CurlCacheEntry.h:83
> +    int m_lockCount;

Why is this not a bool? How would more than one request get the lock?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141210/8b4ad846/attachment-0002.html>


More information about the webkit-unassigned mailing list