1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Fix test server listener thread leak (#655)

This commit is contained in:
Julian Tescher
2019-01-08 10:42:22 -08:00
committed by Nikolay Kim
parent 4f2e970732
commit e5cdd22720
2 changed files with 17 additions and 7 deletions

View File

@ -12,6 +12,8 @@
* StaticFiles decode special characters in request's path
* Fix test server listener leak #654
## [0.7.17] - 2018-12-25
### Added