aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/server_options.go
AgeCommit message (Expand)Author
2026-01-03all: use SPDX license header formatShulhan
2023-07-01lib/websocket: handle concurrent ping using goroutinesShulhan
2023-07-01lib/websocket: handle concurrent Server read using goroutinesShulhan
2023-07-01lib/websocket: handle concurrent upgrade using goroutineShulhan
2023-06-29lib/websocket: add option to set read/write timeout on ServerShulhan
2022-07-29lib/websocket: reformat and paraphrase some commentsShulhan
2022-06-09lib/websocket: realign all struct to minimize allocationsShulhan
2020-08-11websocket: remove logging on ServerOptions.init()Shulhan
2020-08-11websocket: move the server handler to ServerOptionsShulhan
2020-08-11websocket: add server options to change the connect and status pathsShulhan