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

Allow to gracefully stop test server via TestServer::stop()

This commit is contained in:
Nikolay Kim
2019-12-25 12:10:28 +04:00
parent 1c75e6876b
commit 7882f545e5
3 changed files with 59 additions and 10 deletions

View File

@ -6,6 +6,8 @@
* Rename `HttpServer::start()` to `HttpServer::run()`
* Allow to gracefully stop test server via `TestServer::stop()`
## [2.0.0-rc] - 2019-12-20