You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested it on 2 different systems with different architectures ARM64 / aarch64 (Win11 wsl2) and x86_64 (Arch linux) unfortunately with the same result.
I'm using the origin/v1.2.0 tag with it's latest commit.
Thank You in Advance for the help and let me know if I can provide any extra info!
The text was updated successfully, but these errors were encountered:
When I try to modify a value contained in the context struct in a CROW_CATCHALL_ROUTE it causes a segfault but works perfectly with a CROW_ROUTE
A very minimal example to reproduce it:
When I run the following code and try curl-ing on any url on localhost:8181 I get the following on the server side:
I have tested it on 2 different systems with different architectures ARM64 / aarch64 (Win11 wsl2) and x86_64 (Arch linux) unfortunately with the same result.
I'm using the origin/v1.2.0 tag with it's latest commit.
Thank You in Advance for the help and let me know if I can provide any extra info!
The text was updated successfully, but these errors were encountered: