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

prevent double registration of sockets when backpressure is resolved (#223)

This commit is contained in:
Rob Ede
2020-12-12 17:19:20 +00:00
committed by GitHub
parent ab496a71b5
commit 93889776c4
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## Unreleased - 2020-xx-xx
* Added explicit info log message on accept queue pause. [#215]
* Prevent double registration of sockets when back-pressure is resolved. [#223]
[#215]: https://github.com/actix/actix-net/pull/215
[#223]: https://github.com/actix/actix-net/pull/223
## 1.0.4 - 2020-09-12