mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 22:37:39 +03:00
parent
19cc8ab315
commit
02e111d373
96 changed files with 855 additions and 198 deletions
|
@ -12,8 +12,9 @@ use crate::Servername;
|
|||
|
||||
use super::{PeerCert, PeerCertChain};
|
||||
|
||||
#[derive(Debug)]
|
||||
/// An implementation of SSL streams
|
||||
pub struct TlsServerFilter {
|
||||
pub(crate) struct TlsServerFilter {
|
||||
inner: IoInner,
|
||||
session: RefCell<ServerConnection>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue