:bullettrain_side: High-performance web server for Go (2016). New alpha (2024) with even better performance is currently in development at https://git.akyoto.dev/go/web
MIT License
572
stars
33
forks
source link
Fallback router not work properly with router within params #21
Code:
What I expect:
Any other path not configure will return
Not Found
What actually happens:
/echo
/e
(also/ec
/ech
)/e/
(also/ec/
/ech/
)/x
(also others)I don't know if is configure not properly or bug
but when I remove the params router it works again
...and when get
/e