修订代码,示例;修复trojan的mux在传递udp时的bug; 添加内层mux的udp的测试

This commit is contained in:
hahahrfool
2022-04-15 11:35:15 +08:00
parent ab46349c8b
commit d1f2696c1d
5 changed files with 38 additions and 23 deletions

View File

@@ -138,7 +138,7 @@ protocol = "direct"
}
func tryGetHttp(client *http.Client, path string, t *testing.T) {
t.Log("start dail", path)
t.Log("start dial", path)
resp, err := client.Get(path)
if err != nil {
t.Log("get http failed", err)