mirror of https://github.com/v2ray/v2ray-core
don't close writing in ss test
parent
85f9e39416
commit
a9946a2dc1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue