Files
frp/pkg/util/net
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
..
2024-02-22 21:04:21 +08:00
2024-02-20 16:11:37 +08:00
2023-11-27 15:47:49 +08:00
2023-05-29 14:10:34 +08:00
2023-07-21 10:30:46 +08:00