Skip to content

Commit

Permalink
Small updates per review
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Dec 11, 2024
1 parent f9d0625 commit d81f7fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions upstairs/src/downstairs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3854,8 +3854,6 @@ impl Downstairs {
let Some(downstairs_id) = self.clients[client_id].id() else {
return;
};
// Spawn a task so we don't block the main loop talking to
// Nexus.
notify.send(NotifyRequest::ClientTaskStopped {
upstairs_id: self.cfg.upstairs_id,
downstairs_id,
Expand Down
2 changes: 1 addition & 1 deletion upstairs/src/notify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ async fn notify_task_nexus(
info!(log, "notify_task exiting");
}

/// Gets a Nexus client based on any IPv6 address
/// Gets a Nexus client based on any rack-internal IPv6 address
pub(crate) async fn get_nexus_client(
log: &Logger,
client: reqwest::Client,
Expand Down

0 comments on commit d81f7fe

Please sign in to comment.