[Webkit-unassigned] [Bug 137299] POST is missing a body after registerSchemeForCustomProtocol
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 6 09:45:15 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137299
--- Comment #11 from Anders Carlsson <andersca at apple.com> 2014-10-06 09:45:11 PST ---
While I do think it could be desirable to serialize the request body (assuming it's an NSData object), I don't think we want to do this for _all_ requests, and we have to be careful to not do unnecessary copies (so we would want to do copy-on-write shared memory mapping of the data).
--
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