mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
Accept HTTP1 in naive inbound
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
||||
serverPort uint16 = 10000 + iota
|
||||
clientPort
|
||||
testPort
|
||||
otherPort
|
||||
)
|
||||
|
||||
func TestShadowsocks(t *testing.T) {
|
||||
@@ -199,7 +200,7 @@ func TestShadowsocksUoT(t *testing.T) {
|
||||
password := mkBase64(t, 16)
|
||||
startInstance(t, option.Options{
|
||||
Log: &option.LogOptions{
|
||||
Level: "trace",
|
||||
Level: "error",
|
||||
},
|
||||
Inbounds: []option.Inbound{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user