|
|
|
|
@ -220,7 +220,7 @@ fn add_port_to_hostname(destination_str: String) -> String {
@@ -220,7 +220,7 @@ fn add_port_to_hostname(destination_str: String) -> String {
|
|
|
|
|
#[tracing::instrument(skip(globals))] |
|
|
|
|
async fn find_actual_destination( |
|
|
|
|
globals: &crate::database::globals::Globals, |
|
|
|
|
destination: &Box<ServerName>, |
|
|
|
|
destination: &'_ ServerName, |
|
|
|
|
) -> (String, Option<String>) { |
|
|
|
|
let mut host = None; |
|
|
|
|
|
|
|
|
|
|