WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
235635
Optimize CachedRawResource memory use in case of DataBufferingPolicy::DoNotBufferData
https://bugs.webkit.org/show_bug.cgi?id=235635
Summary
Optimize CachedRawResource memory use in case of DataBufferingPolicy::DoNotBu...
youenn fablet
Reported
2022-01-26 02:51:33 PST
We are currently storing the whole response in CachedResource::m_data, even if the policy is DataBufferingPolicy::DoNotBufferData. CachedResource::m_data is set to nullptr in CachedRawResource::didFailLoading. This begs the question whether we could try to keep m_data to nullptr throughout the load.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-02-02 02:52:16 PST
<
rdar://problem/88371942
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug