1
0
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:
fakeshadow
2021-03-26 06:03:03 -07:00
committed by GitHub
parent a3c9ebc7fa
commit 12d3942b98
5 changed files with 27 additions and 140 deletions

View File

@ -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}`.