mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
aquatic http protocol: remove unimplemented Response::from_bytes fn
This commit is contained in:
parent
c1b2a30803
commit
b01226fddc
1 changed files with 0 additions and 4 deletions
|
|
@ -187,10 +187,6 @@ impl Response {
|
|||
Response::Scrape(r) => r.to_bytes(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn from_bytes(bytes: &[u8]) -> anyhow::Result<Self> {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue