Skip to content
Snippets Groups Projects
Commit 079f7fd1 authored by Ian Jackson's avatar Ian Jackson
Browse files

ErrorKind::RemoteRefused: Expand on description, narrowing scope

parent cca253ff
No related branches found
No related tags found
No related merge requests found
......@@ -384,6 +384,9 @@ pub enum ErrorKind {
///
/// Either it gave an error message indicating that it refused to perform
/// the request, or the protocol gives it no room to explain what happened.
///
/// The remote host in question is on the public internet, or an onion service.
/// This error does not relate to refusals by part of the Tor network.
#[display(fmt = "remote host refused our request")]
RemoteRefused,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment