aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/frames_test.go
AgeCommit message (Expand)Author
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2022-06-09lib/websocket: realign all struct to minimize allocationsShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-08-11websocket: reformat some filesShulhan
2019-03-17websocket: simplify handling chopped frameShulhan
2019-03-12websocket: export the opcode typeShulhan
2019-03-12websocket: unexport internal methods and remove unused methodsShulhan
2019-03-05websocket: replace concatBytes with our bytes.ConcatShulhan
2019-03-05websocket: change the Unpack return type to FramesShulhan
2019-03-05websocket: unexported the Frame fields Fin and MaskedShulhan
2019-03-04websocket: minimize global variables and unexport internal constantsShulhan
2019-03-04websocket: add type for continuous (fragmented) frameShulhan