srpvpn

Results 3 issues of srpvpn

Deduplicate and sort methods in Allow for 405 responses to avoid duplicates and unstable order. Restore param/value alignment when regex param branch doesn’t match to prevent panics with Go 1.22...

#### What type of PR is this? - [x] fix --- #### Check the PR title. - [x] This PR title matches the format: `fix(appendMw): generate sequential middleware names` -...

This PR refactors base64LineBreaker.Write to use an iterative loop instead of recursion The logic and external behavior remain unchanged. The refactor makes the control flow easier to follow and avoids...