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

merge actix-testing into actix-server (#242)

This commit is contained in:
fakeshadow
2020-12-30 05:20:24 +08:00
committed by GitHub
parent 03eb96d6d4
commit b5eefb4d42
13 changed files with 11 additions and 98 deletions

View File

@ -1,7 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* Merge `actix-testing` to `actix-server` as `test_server` mod.
## 2.0.0-beta.1 - 2020-12-28
* Added explicit info log message on accept queue pause. [#215]