aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/frames.go
AgeCommit message (Expand)Author
2026-01-03all: use SPDX license header formatShulhan
2023-07-01lib/websocket: reformat comments and documentationShulhan
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
2019-03-17websocket: simplify handling chopped frameShulhan
2019-03-17websocket: add method to merge all continuous framesShulhan
2019-03-12websocket: export the opcode typeShulhan
2019-03-12websocket: unexport internal methods and remove unused methodsShulhan
2019-03-11websocket: handle chopped frame with interjected control frameShulhan
2019-03-10websocket: handle invalid packet when unpacking websocket frameShulhan
2019-03-06websocket: explain why Unpack return multiple framesShulhan
2019-03-06websocket: ignore control frame when concatenating payloadShulhan
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