[Webkit-unassigned] [Bug 54118] XMLHttpRequest::abort() doesn't clear response data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 14 18:00:26 PST 2011


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


Jarred Nicholls <jarred.nicholls at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81913|                            |commit-queue?
               Flag|                            |




--- Comment #21 from Jarred Nicholls <jarred.nicholls at gmail.com>  2011-02-14 18:00:26 PST ---
(From update of attachment 81913)
View in context: https://bugs.webkit.org/attachment.cgi?id=81913&action=review

Well, might as well get it committed :)

> Source/WebCore/xml/XMLHttpRequest.cpp:687
> +    clearResponseBuffers();

they are all pretty much buffers (hold response data/binary), with the exception of m_createdDocument being a flag.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list