aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/websocket_test.go
AgeCommit message (Expand)Author
2025-01-23all: use for-range with numericShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-06-29lib/websocket: add option to set read/write timeout on ServerShulhan
2022-10-10lib/websocket: fix possible data race on ClientShulhan
2022-06-09lib/websocket: refactoring codeShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2020-08-11websocket: reformat some filesShulhan
2020-08-11websocket: move the server handler to ServerOptionsShulhan
2020-08-11websocket: add server options to change the connect and status pathsShulhan
2020-08-10websocket: add HTTP endpoint to check server health statusShulhan
2020-06-06all: use default linter optionsShulhan
2020-01-23websocket: add delay after running test serverShulhan
2019-11-14websocket: update NewServer usage on testShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-17websocket: simplify client handshake process without handler and contextShulhan
2019-03-11websocket: handle chopped frame with interjected control frameShulhan
2019-03-10websocket: check for error when running test serverShulhan
2019-03-07websocket: set the _testUID type to uint64 to minimize type convertionShulhan
2019-03-07websocket: add unit test for client SendClose and QuitShulhan
2019-03-07websocket: remove client connection stateShulhan
2019-03-06websocket: enhanced the log output on serverShulhan
2019-03-06websocket: refactoring handling fragmentation on serverShulhan
2019-03-05websocket: rename UserSockets to ClientManagerShulhan
2019-03-05websocket: unexported the Frame fields Fin and MaskedShulhan
2019-03-04websocket: inline the "nolint: gochecknoglobals"Shulhan
2019-03-04websocket: minimize global variables and unexport internal constantsShulhan
2019-03-04websocket: simplify client APIsShulhan
2019-03-01all: fix warnings from linterShulhan
2018-11-30all: fix and suppress linter warnings on long linesShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-07-06Add implementation of websocket server and client (RFC 6455)Shulhan