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

Fix max concurrent connections handling

This commit is contained in:
Nikolay Kim
2018-12-21 10:38:08 -08:00
parent 640c39fdc8
commit 37d28304c9
3 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.1.3] - 2018-12-21
## Fixed
* Fix max concurrent connections handling
## [0.1.2] - 2018-12-12
## Changed