mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1865633
- Reset the stream when it's not usable, r=necko-reviewers,valentin
Depends on D194083 Differential Revision: https://phabricator.services.mozilla.com/D194084
This commit is contained in:
parent
d0574a2307
commit
39cf236f44
@ -708,7 +708,8 @@ impl Http3ProxyServer {
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
eprintln!("error is {:?}", e);
|
||||
eprintln!("error is {:?}, stream will be reset", e);
|
||||
let _ = stream.stream_reset_send(Error::HttpRequestCancelled.code());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user