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

handle panics in worker threads

This commit is contained in:
Nikolay Kim
2018-03-07 21:10:53 -08:00
parent 824244622f
commit 6c0fb3a7d2
3 changed files with 133 additions and 32 deletions

View File

@ -21,6 +21,8 @@
* Allow to use std::net::TcpListener for HttpServer
* Handle panics in worker threads
## 0.4.4 (2018-03-04)