mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Replace usage of ResponseSenders by LoadConsumer
This commit is contained in:
parent
40ee41ca92
commit
c1f25bbfe4
8 changed files with 28 additions and 43 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
extern crate hyper;
|
||||
|
||||
use net_traits::ResponseSenders::Channel;
|
||||
use net_traits::LoadConsumer::Channel;
|
||||
use net_traits::LoadData;
|
||||
use net_traits::ProgressMsg::{Payload, Done};
|
||||
use self::hyper::header::ContentType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue