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

handle socket read disconnect

This commit is contained in:
Nikolay Kim
2018-08-31 17:24:13 -07:00
parent e59abfd716
commit 2d51831899
3 changed files with 51 additions and 34 deletions

View File

@ -6,6 +6,11 @@
* Added the ability to pass a custom `TlsConnector`.
### Fixed
* Handle socket read disconnect
## [0.7.4] - 2018-08-23
### Added