mirror of
https://github.com/servo/servo.git
synced 2025-10-15 16:00:28 +01:00
Warning police.
This commit is contained in:
parent
f279abbf9f
commit
64c0de9fe7
44 changed files with 146 additions and 160 deletions
|
@ -57,7 +57,7 @@ fn load(mut url: Url, start_chan: Chan<LoadResponse>) {
|
|||
info!("requesting {:s}", url.to_str());
|
||||
|
||||
let request = RequestWriter::<TcpStream>::new(Get, url.clone());
|
||||
let mut writer = match request {
|
||||
let writer = match request {
|
||||
Ok(w) => ~w,
|
||||
Err(_) => {
|
||||
send_error(url, start_chan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue