1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 23:06:14 -04:00

don't close writing in ss test

This commit is contained in:
Darien Raymond 2016-11-22 00:00:49 +01:00
parent 85f9e39416
commit a9946a2dc1
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -40,7 +40,7 @@ func TestShadowsocksTCP(t *testing.T) {
assert.Error(err).IsNil() assert.Error(err).IsNil()
assert.Int(nBytes).Equals(len(payload)) assert.Int(nBytes).Equals(len(payload))
conn.CloseWrite() //conn.CloseWrite()
response := alloc.NewBuffer().Clear() response := alloc.NewBuffer().Clear()
finished := false finished := false