[Webkit-unassigned] [Bug 14059] [CURL] Does not call didReceiveResponse()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 16 22:22:37 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14059
------- Comment #14 from darin at apple.com 2007-07-16 22:22 PDT -------
(From update of attachment 15477)
Instead of adding all those setters to ResourceResponse, I think you should use
the constructor that takes all of the values as parameters.
d->m_response = ResourceResponse(x, x, x, x, x);
I suppose there's no major harm in adding the setters, but there's no major
benefit either.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list