Skip to content

Commit

Permalink
Don't kill a DnsExchangeBackground if a receiver is gone (see #1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 18, 2021
1 parent ec8f839 commit 2313e4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/proto/src/xfer/dns_exchange.rs
Expand Up @@ -196,10 +196,6 @@ where
Ok(()) => (),
Err(_) => {
warn!("failed to associate send_message response to the sender");

return Poll::Ready(Err(
"failed to associate send_message response to the sender".into(),
));
}
}
}
Expand Down

0 comments on commit 2313e4d

Please sign in to comment.