FIX: TLS options

This commit is contained in:
2026-03-10 16:52:13 +00:00
parent 67547d677c
commit b7bbaa2d33
8 changed files with 291 additions and 34 deletions

View File

@@ -246,3 +246,6 @@ impl FurumiClient {
Ok(stream)
}
}
#[cfg(test)]
mod tests;