http: use create_rustls_config from aquatic_common

This commit is contained in:
Joakim Frostegård 2022-04-03 19:43:44 +02:00
parent bf4b32748b
commit 610057a231
4 changed files with 11 additions and 41 deletions

View file

@ -10,8 +10,6 @@ use aquatic_http_protocol::{
response::{AnnounceResponse, ScrapeResponse},
};
pub type TlsConfig = futures_rustls::rustls::ServerConfig;
#[derive(Copy, Clone, Debug)]
pub struct ConsumerId(pub usize);