1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

add timeout for accepting tls connections (#393)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
fakeshadow
2021-11-16 08:22:24 +08:00
committed by GitHub
parent ce8ec15eaa
commit 7e7df2f931
10 changed files with 382 additions and 50 deletions

View File

@ -1,6 +1,11 @@
# Changes
## Unreleased - 2021-xx-xx
* Add configurable timeout for accepting TLS connection. [#393]
* Added `TlsError::Timeout` variant. [#393]
* All TLS acceptor services now use `TlsError` for their error types. [#393]
[#393]: https://github.com/actix/actix-net/pull/393
## 3.0.0-beta.8 - 2021-11-15