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:
@ -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
|
||||
|
Reference in New Issue
Block a user