zlorgoncho1 / sprint

A lightweight, high-performance Go web framework focusing on simplicity, with built-in support for JSON & HTML responses. Perfect for building efficient, scalable server-side applications. Currently in active development. Contributions welcome!
MIT License
13 stars 5 forks source link

Fix Route Matching Bug in handleRequest Method #3

Open zlorgoncho1 opened 10 months ago

zlorgoncho1 commented 10 months ago

There's a reported bug in the route matching logic within the handleRequest method, where some valid routes are not recognized. Investigate and resolve this issue.

HimanshuC22 commented 10 months ago

@zlorgoncho1 Can you describe the bug that is mentioned above?