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

add SslError

This commit is contained in:
Nikolay Kim
2019-03-04 16:16:39 -08:00
parent d2a223e69e
commit 9bc492cf6c
3 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,8 @@
* Add `ServerBuilder::maxconnrate` sets the maximum per-worker number of concurrent connections
* Add helper ssl error `SslError`
### Changed