Bug 144337

Summary: Network Cache: Do not create a SharedBuffer for mapped resources unless explicitly requested
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Try to fix the build koivisto: review+

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.