Skip to content

Commit 0e9102d

Browse files
committed
chore: don't test h2mux for the inbound
1 parent 46dccf2 commit 0e9102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

listener/inbound/mux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/stretchr/testify/assert"
99
)
1010

11-
var singMuxProtocolList = []string{"h2mux", "smux"} // don't test "yamux" because it has some confused bugs
11+
var singMuxProtocolList = []string{"smux"} // don't test "h2mux" and "yamux" because it has some confused bugs
1212

1313
// notCloseProxyAdapter is a proxy adapter that does not close the underlying outbound.ProxyAdapter.
1414
// The outbound.SingMux will close the underlying outbound.ProxyAdapter when it is closed, but we don't want to close it.

0 commit comments

Comments
 (0)