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
This is a fun one, since we initially built this using Go 1.22, which as the issue notes, was supported (even if undocumented), and the Docker image actually accounts for this. I was exploring the option of using a different approach to do the same thing (using a dummy path parameter) but hadn't gotten around to polishing just yet.
Doing root path alone probably makes sense, but would just need clarity in the README about the fact the config has to match exactly. I can work with you in the PR on that, however.
Change RegisterHandler path for RelayHandler, Go ServeMux does not (any longer) consider
*
a wildcardgolang/go#68856 (comment)
The text was updated successfully, but these errors were encountered: