mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Responding to review comments
This commit is contained in:
parent
aeac382058
commit
49a5e84fb1
4 changed files with 127 additions and 105 deletions
|
@ -25,6 +25,7 @@ use malloc_size_of::{MallocSizeOf, MallocSizeOfOps};
|
|||
use net_traits::request::{Destination, RequestBuilder};
|
||||
use net_traits::response::{Response, ResponseInit};
|
||||
use net_traits::storage_thread::StorageThreadMsg;
|
||||
use net_traits::DiscardFetch;
|
||||
use net_traits::FetchTaskTarget;
|
||||
use net_traits::WebSocketNetworkEvent;
|
||||
use net_traits::{CookieSource, CoreResourceMsg, CoreResourceThread};
|
||||
|
@ -248,7 +249,7 @@ impl ResourceChannelManager {
|
|||
),
|
||||
FetchChannels::Prefetch => {
|
||||
self.resource_manager
|
||||
.fetch(req_init, None, (), http_state, None)
|
||||
.fetch(req_init, None, DiscardFetch, http_state, None)
|
||||
},
|
||||
},
|
||||
CoreResourceMsg::DeleteCookies(request) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue