mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unused code from net and net_traits crates
This commit is contained in:
parent
8dc7a25893
commit
fe58aca75d
9 changed files with 0 additions and 259 deletions
|
@ -69,12 +69,6 @@ pub enum HttpsState {
|
|||
Modern,
|
||||
}
|
||||
|
||||
pub enum ResponseMsg {
|
||||
Chunk(Vec<u8>),
|
||||
Finished,
|
||||
Errored,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, MallocSizeOf, Serialize)]
|
||||
pub struct ResponseInit {
|
||||
pub url: ServoUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue