mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-04 16:37:12 -05:00
don't close writing in ss test
This commit is contained in:
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
Block a user