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

Allow to use std::net::TcpListener for HttpServer

This commit is contained in:
Nikolay Kim
2018-03-07 11:28:44 -08:00
parent 24342fb745
commit 0bf29a522b
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,8 @@
* Allow client connection timeout to be set #108
* Allow to use std::net::TcpListener for HttpServer
## 0.4.4 (2018-03-04)