mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -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.Int(nBytes).Equals(len(payload))
|
||||
|
||||
conn.CloseWrite()
|
||||
//conn.CloseWrite()
|
||||
|
||||
response := alloc.NewBuffer().Clear()
|
||||
finished := false
|
||||
|
Loading…
Reference in New Issue
Block a user