index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
websocket
/
frames.go
Age
Commit message (
Expand
)
Author
2026-01-03
all: use SPDX license header format
Shulhan
2023-07-01
lib/websocket: reformat comments and documentation
Shulhan
2022-06-09
lib/websocket: refactoring code
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2020-08-11
websocket: reformat some files
Shulhan
2019-03-17
websocket: simplify handling chopped frame
Shulhan
2019-03-17
websocket: add method to merge all continuous frames
Shulhan
2019-03-12
websocket: export the opcode type
Shulhan
2019-03-12
websocket: unexport internal methods and remove unused methods
Shulhan
2019-03-11
websocket: handle chopped frame with interjected control frame
Shulhan
2019-03-10
websocket: handle invalid packet when unpacking websocket frame
Shulhan
2019-03-06
websocket: explain why Unpack return multiple frames
Shulhan
2019-03-06
websocket: ignore control frame when concatenating payload
Shulhan
2019-03-05
websocket: change the Unpack return type to Frames
Shulhan
2019-03-05
websocket: unexported the Frame fields Fin and Masked
Shulhan
2019-03-04
websocket: minimize global variables and unexport internal constants
Shulhan
2019-03-04
websocket: add type for continuous (fragmented) frame
Shulhan