[Webkit-unassigned] [Bug 85880] [SOUP] Allow sending URI request data in chunks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 18:04:48 PDT 2012


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





--- Comment #8 from Martin Robinson <mrobinson at webkit.org>  2012-05-09 18:03:52 PST ---
(From update of attachment 140735)
View in context: https://bugs.webkit.org/attachment.cgi?id=140735&action=review

> Source/WebKit2/WebProcess/soup/WebSoupRequestManager.h:58
> +    void handleURIRequest(const CoreIPC::DataReference&, uint64_t contentLength, const String& mimeType, uint64_t requestID);
> +    void addDataToURIRequest(const CoreIPC::DataReference&, uint64_t requestID);

Another quick comment here... Perhaps these names should be similar to the names that WebCore uses in these situations, like handleURISchemeResponseReceived and handleURISchemeResponseData or something even better.

-- 
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