Skip to content

Commit 8bcbf8a

Browse files
authored
Merge pull request #2 from go-netty/fix-ws-extensions
fix: Disable compression extension with the browser
2 parents 3e9266a + 1758414 commit 8bcbf8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/go-netty/go-netty v1.6.4
7-
github.com/go-netty/go-netty-transport v1.7.5
7+
github.com/go-netty/go-netty-transport v1.7.6
88
github.com/gobwas/ws v1.3.0
99
)
1010

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/go-netty/go-netty v1.6.4 h1:ZTGdOC0HFkd98Pq4CQG8YIfFXvWxzebVzetjtzn7rb0=
22
github.com/go-netty/go-netty v1.6.4/go.mod h1:vSbL7RzFTO5bHXhxzZsAW0iStVz1qnenR90UVF6e1HA=
3-
github.com/go-netty/go-netty-transport v1.7.5 h1:WJMf1cZcD4m39FEaUN1N6kcUskU9aYczDx7S5Hxhid0=
4-
github.com/go-netty/go-netty-transport v1.7.5/go.mod h1:p0WDLHOTZ0DgrazomHLuk44bO44wlYAa4cdmuCQb39I=
3+
github.com/go-netty/go-netty-transport v1.7.6 h1:k6Qau0xQtfGE449YK2IXIgiWAEH4Irg3d/kmHdKz0To=
4+
github.com/go-netty/go-netty-transport v1.7.6/go.mod h1:p0WDLHOTZ0DgrazomHLuk44bO44wlYAa4cdmuCQb39I=
55
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=
66
github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM=
77
github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=

0 commit comments

Comments
 (0)