mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
re-export max_concurrent_ssl_accept
This commit is contained in:
parent
0b98468c1a
commit
2e7547948e
3 changed files with 6 additions and 4 deletions
|
@ -166,7 +166,7 @@ impl Clone for TlsAcceptor {
|
|||
}
|
||||
}
|
||||
|
||||
impl<F: Filter + 'static> FilterFactory<F> for TlsAcceptor {
|
||||
impl<F: Filter> FilterFactory<F> for TlsAcceptor {
|
||||
type Filter = TlsFilter<F>;
|
||||
|
||||
type Error = io::Error;
|
||||
|
@ -221,7 +221,7 @@ impl Clone for TlsConnectorConfigured {
|
|||
}
|
||||
}
|
||||
|
||||
impl<F: Filter + 'static> FilterFactory<F> for TlsConnectorConfigured {
|
||||
impl<F: Filter> FilterFactory<F> for TlsConnectorConfigured {
|
||||
type Filter = TlsFilter<F>;
|
||||
|
||||
type Error = io::Error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue