mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 03:49:03 +02:00
Remove unused types in actix-tls. Add ActixStream impl for Box<dyn Ac… (#297)
This commit is contained in:
@ -3,9 +3,11 @@
|
||||
## Unreleased - 2021-xx-xx
|
||||
* Changed `connect::ssl::rustls::RustlsConnectorService` to return error when `DNSNameRef`
|
||||
generation failed instead of panic. [#296]
|
||||
* Remove `connect::ssl::openssl::OpensslConnectServiceFactory`. [#297]
|
||||
* Remove `connect::ssl::openssl::OpensslConnectService`. [#297]
|
||||
|
||||
[#296]: https://github.com/actix/actix-net/pull/296
|
||||
|
||||
[#297]: https://github.com/actix/actix-net/pull/297
|
||||
|
||||
## 3.0.0-beta.4 - 2021-02-24
|
||||
* Rename `accept::openssl::{SslStream => TlsStream}`.
|
||||
|
Reference in New Issue
Block a user