Files
frp/pkg/util
fatedier cb459b02b6 fix: WebsocketListener nil panic and OIDC auth data race (#5204)
- 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
2026-03-06 16:51:52 +08:00
..
2020-09-23 13:49:14 +08:00
2025-06-25 11:40:23 +08:00
2023-11-27 15:47:49 +08:00
2024-03-20 15:48:31 +08:00
2025-08-25 17:52:58 +08:00