Pulse/internal/websocket
rcourtman a0a473ada8 refactor: Remove unreachable dead code branches
- checkOrigin: Remove redundant same-origin check at line 155 that was
  already handled at line 116 (origin == requestOrigin)

Function improved from 95.1% to 97.4% coverage.
2025-12-02 14:56:35 +00:00
..
concurrency_test.go
hub.go refactor: Remove unreachable dead code branches 2025-12-02 14:56:35 +00:00
hub_concurrency_test.go
hub_test.go Add unit tests for websocket Hub.checkOrigin function 2025-12-01 09:33:40 +00:00