We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dccf2 commit 0e9102dCopy full SHA for 0e9102d
listener/inbound/mux_test.go
@@ -8,7 +8,7 @@ import (
8
"github.com/stretchr/testify/assert"
9
)
10
11
-var singMuxProtocolList = []string{"h2mux", "smux"} // don't test "yamux" because it has some confused bugs
+var singMuxProtocolList = []string{"smux"} // don't test "h2mux" and "yamux" because it has some confused bugs
12
13
// notCloseProxyAdapter is a proxy adapter that does not close the underlying outbound.ProxyAdapter.
14
// The outbound.SingMux will close the underlying outbound.ProxyAdapter when it is closed, but we don't want to close it.
0 commit comments