RESOLVED FIXED 144337
Network Cache: Do not create a SharedBuffer for mapped resources unless explicitly requested
https://bugs.webkit.org/show_bug.cgi?id=144337
Summary Network Cache: Do not create a SharedBuffer for mapped resources unless expli...
Carlos Garcia Campos
Reported 2015-04-28 10:09:55 PDT
We send a buffer or a memory mapped handler to the web process depending on whether the resource body is mapped or not, but we are always creating a shared buffer even for mapped resources.
Attachments
Patch (4.18 KB, patch)
2015-04-28 10:16 PDT, Carlos Garcia Campos
no flags
Try to fix the build (4.34 KB, patch)
2015-04-28 11:10 PDT, Carlos Garcia Campos
koivisto: review+
Carlos Garcia Campos
Comment 1 2015-04-28 10:16:00 PDT
Carlos Garcia Campos
Comment 2 2015-04-28 11:10:16 PDT
Created attachment 251865 [details] Try to fix the build
Carlos Garcia Campos
Comment 3 2015-04-28 23:16:14 PDT
Note You need to log in before you can comment on or make changes to this bug.