mirror of
https://github.com/fatedier/frp.git
synced 2026-03-08 10:59:11 +08:00
- 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