1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00

remove buggy CloseWrite()

This commit is contained in:
Darien Raymond
2016-12-29 00:56:17 +01:00
parent 5ff2b3453a
commit 7bc98503a8
5 changed files with 28 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ import (
"v2ray.com/core/testing/servers/tcp"
"v2ray.com/core/testing/servers/udp"
"v2ray.com/core/transport/internet"
_ "v2ray.com/core/transport/internet/tcp"
)
func TestDokodemoTCP(t *testing.T) {