mirror of
https://github.com/fatedier/frp.git
synced 2026-05-03 16:22:18 +00:00
cb459b02b6
- pkg/util/net/websocket.go: store ln parameter in struct to prevent nil pointer panic when Addr() is called - pkg/auth/oidc.go: replace unsynchronized []string with map + RWMutex for subjectsFromLogin to fix data race across concurrent connections