RESOLVED FIXED 135554
Enable didReceiveDataArray callback on Mac
https://bugs.webkit.org/show_bug.cgi?id=135554
Summary Enable didReceiveDataArray callback on Mac
Pratik Solanki
Reported 2014-08-03 22:15:40 PDT
iOS uses didReceiveDataArray callback while Mac uses didReceiveData. It would be nice to make the two platforms consistent. didReceiveDataArray callback is better since it reduces a copying phase in CFNetwork. <rdar://problem/9170731>
Attachments
Patch for bots (1.34 KB, patch)
2014-08-03 22:19 PDT, Pratik Solanki
no flags
Patch (1.47 KB, patch)
2014-08-07 19:57 PDT, Pratik Solanki
kling: review+
Pratik Solanki
Comment 1 2014-08-03 22:19:50 PDT
Created attachment 235960 [details] Patch for bots
Pratik Solanki
Comment 2 2014-08-07 15:10:12 PDT
Uncovered bug 135727 when looking at the memory impact of this change.
Pratik Solanki
Comment 3 2014-08-07 19:57:32 PDT
Andreas Kling
Comment 4 2014-08-08 14:30:28 PDT
Comment on attachment 236255 [details] Patch r=me
Pratik Solanki
Comment 5 2014-08-11 12:21:35 PDT
Thanks for the review. I'll check this in after bug 135727.
Pratik Solanki
Comment 6 2014-08-12 16:46:08 PDT
Note You need to log in before you can comment on or make changes to this bug.