Update examples/on_connect.rs

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Daniel T. Rodrigues 2021-02-28 17:23:15 -03:00 committed by GitHub
parent bc11fdcbc9
commit 72582dc979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
//! properties and pass them to a handler through request-local data.
//!
//! For an example of extracting a client TLS certificate, see:
//! <https://github.com/actix/examples/tree/master/security/rustls-client-cert>
//! <https://github.com/actix/examples/tree/HEAD/security/rustls-client-cert>
use std::{any::Any, io, net::SocketAddr};