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

Refactor resource route parsing to allow repetition in the regexes

This commit is contained in:
Maciej Piechotka
2018-09-05 16:14:54 +02:00
parent 42f3773bec
commit 4251b0bc10
2 changed files with 58 additions and 65 deletions

View File

@ -5,7 +5,7 @@
### Fixed
* Fix system_exit in HttpServer #501
* Fix parsing of route param containin regexes with repetition #500
## [0.7.5] - 2018-09-04