Encode ResourceRequests' httpBody contents over IPC
Created attachment 325491 [details] Patch
Can we post this to a perf try-bot to see its impact on benchmarks?
Here's the patch that removed the HTTP body: <https://trac.webkit.org/changeset/144216/webkit>.
I wonder if ap remembers what the performance test that motivated this was.
I think it might be better for clients to use _WKInputDelegate.
This was not about benchmarks, but about extreme cases. E.g. how are we going to upload videos to YouTube now?
Oh, and the secondary concern was consistency - one can't encode a stream, so any feature based on seeing the content in another process will be working inconsistently.
Comment on attachment 325491 [details] Patch I think this is not a good solution.
<rdar://problem/35087855>
Created attachment 402567 [details] Patch
Committed r263411: <https://trac.webkit.org/changeset/263411> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402567 [details].