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
/
websocket_test.go
Age
Commit message (
Expand
)
Author
2025-01-23
all: use for-range with numeric
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-06-29
lib/websocket: add option to set read/write timeout on Server
Shulhan
2022-10-10
lib/websocket: fix possible data race on Client
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
2020-08-11
websocket: move the server handler to ServerOptions
Shulhan
2020-08-11
websocket: add server options to change the connect and status paths
Shulhan
2020-08-10
websocket: add HTTP endpoint to check server health status
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-01-23
websocket: add delay after running test server
Shulhan
2019-11-14
websocket: update NewServer usage on test
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-17
websocket: simplify client handshake process without handler and context
Shulhan
2019-03-11
websocket: handle chopped frame with interjected control frame
Shulhan
2019-03-10
websocket: check for error when running test server
Shulhan
2019-03-07
websocket: set the _testUID type to uint64 to minimize type convertion
Shulhan
2019-03-07
websocket: add unit test for client SendClose and Quit
Shulhan
2019-03-07
websocket: remove client connection state
Shulhan
2019-03-06
websocket: enhanced the log output on server
Shulhan
2019-03-06
websocket: refactoring handling fragmentation on server
Shulhan
2019-03-05
websocket: rename UserSockets to ClientManager
Shulhan
2019-03-05
websocket: unexported the Frame fields Fin and Masked
Shulhan
2019-03-04
websocket: inline the "nolint: gochecknoglobals"
Shulhan
2019-03-04
websocket: minimize global variables and unexport internal constants
Shulhan
2019-03-04
websocket: simplify client APIs
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2018-11-30
all: fix and suppress linter warnings on long lines
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-07-06
Add implementation of websocket server and client (RFC 6455)
Shulhan