Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
66 stars 8 forks source link

sub-routing is broken #56

Closed Tectu closed 3 years ago

Tectu commented 3 years ago

While upgrading one of my applications to latest malloy I noticed that something doesn't work correctly with the routing of sub-routers.

Running /example/server/routing/subrouters confirms this.

Tectu commented 3 years ago

Fixed one bug which resulted in choosing the wrong sub-router. Something else is still broken, getting 400 back on all (sub-router?) end-points on the example.