1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

rename threads to workers

This commit is contained in:
Nikolay Kim
2018-05-01 13:15:35 -07:00
parent e01102bda2
commit 195246573e
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* `ws::Message::Close` now includes optional close reason.
`ws::CloseCode::Status` and `ws::CloseCode::Empty` have been removed.
* `HttpServer::threads()` renamed to `HttpServer::workers()`.
* `HttpServer::start_ssl()` and `HttpServer::start_tls()` deprecated.
Use `HttpServer::bind_ssl()` and `HttpServer::bind_tls()` instead.