diff options
| author | Shulhan <ms@kilabit.info> | 2022-10-10 16:02:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-10-10 16:02:15 +0700 |
| commit | 90e7dffb1349fdaa1cc883bc8d97e2067f21a3be (patch) | |
| tree | 83562d46c0777e21622b83bcddc7925a47a8b3e4 /share.go | |
| parent | 1465d832f247cf0c94357810c7d958ed165b554f (diff) | |
| download | pakakeh.go-0.41.2.tar.xz | |
Release share v0.41.2 (2022-10-10)v0.41.2
=== Bug fixes
* lib/websocket: check for EAGAIN and EINTR when reading raw socket
* lib/websocket: fix possible data race on Client
=== Enhancements
* lib/websocket: cleanup the channel gracefulClose during Close
=== Chores
* lib/websocket: replace handleInvalidData and BadRequest with
sendClose
* lib/websocket: rewords some comment and package documentation
Diffstat (limited to 'share.go')
| -rw-r--r-- | share.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share var ( // Version of this module. - Version = `0.41.1` + Version = `0.41.2` ) |
