1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 07:19:05 +02:00

fix rustls panic when generating dns name from ip (#296)

* fix rustls panic when generating dns name from ip

* Update rustls.rs

* update changelog

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
fakeshadow
2021-03-24 09:32:04 -07:00
committed by GitHub
parent b7bfff2b32
commit a3c9ebc7fa
2 changed files with 44 additions and 27 deletions

View File

@ -1,6 +1,10 @@
# Changes
## Unreleased - 2021-xx-xx
* Changed `connect::ssl::rustls::RustlsConnectorService` to return error when `DNSNameRef`
generation failed instead of panic. [#296]
[#296]: https://github.com/actix/actix-net/pull/296
## 3.0.0-beta.4 - 2021-02-24