1
0
mirror of https://github.com/taigrr/log-socket synced 2026-03-20 21:52:21 -07:00
Commit Graph

8 Commits

Author SHA1 Message Date
70ade62c8c test(ws,browser): add test suites for ws and browser packages (#22)
- Add ws/server_test.go: WebSocket connection, namespace filtering, non-upgrade rejection, SetUpgrader
- Add ws/namespaces_test.go: NamespacesHandler response format and content
- Add browser/browser_test.go: template rendering, ws URL construction, trailing slash handling
- Fix goimports whitespace in ws/server.go
2026-03-08 14:29:47 -04:00
f86c2dbf46 enable namespaced logging 2025-11-10 16:07:28 -05:00
c89dda8333 error -> warn for broken connection 2025-06-29 00:43:55 -07:00
41aad10e6c add upgrader option 2025-06-29 00:10:09 -07:00
1c00bc90b8 upgrade deps, readme 2025-05-01 18:27:46 -07:00
e21fb8a614 make pass gofumpt 2022-10-14 22:23:42 -07:00
63ed3a2ad7 logger => log 2021-08-23 21:12:21 -07:00
d6bc080d6b Adds simple websocket based on mux 2021-04-08 21:23:28 -07:00