summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-10-10 16:02:15 +0700
committerShulhan <ms@kilabit.info>2022-10-10 16:02:15 +0700
commit90e7dffb1349fdaa1cc883bc8d97e2067f21a3be (patch)
tree83562d46c0777e21622b83bcddc7925a47a8b3e4 /share.go
parent1465d832f247cf0c94357810c7d958ed165b554f (diff)
downloadpakakeh.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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/share.go b/share.go
index 8b8a8ea1..a8372652 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = `0.41.1`
+ Version = `0.41.2`
)