mirror of
https://github.com/actix/examples
synced 2025-06-29 02:10:36 +02:00
bump to rc.1
This commit is contained in:
@ -19,6 +19,7 @@ const CA_CERT: &str = "certs/rootCA.pem";
|
||||
const SERVER_CERT: &str = "certs/server-cert.pem";
|
||||
const SERVER_KEY: &str = "certs/server-key.pem";
|
||||
|
||||
#[allow(dead_code)] // it is debug printed
|
||||
#[derive(Debug, Clone)]
|
||||
struct ConnectionInfo {
|
||||
bind: SocketAddr,
|
||||
|
Reference in New Issue
Block a user