1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

do not log WouldBlock error from socket accept

This commit is contained in:
Nikolay Kim
2018-03-12 09:01:19 -07:00
parent 67f383f346
commit 31e1aab9a4
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changes
## 0.4.8 (2018-03-xx)
* Do not log WouldBlock error from socket accept
## 0.4.7 (2018-03-11)
* Fix panic on unknown content encoding