don't close writing in ss test

pull/314/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -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