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

allow to register handlers on scope level #465

This commit is contained in:
Nikolay Kim
2018-09-02 07:47:19 -07:00
parent 6464f96f8b
commit f2f05e7715
2 changed files with 73 additions and 1 deletions

View File

@ -6,6 +6,9 @@
* Added the ability to pass a custom `TlsConnector`.
* Allow to register handlers on scope level #465
### Fixed
* Handle socket read disconnect