Browse Source

don't close writing in ss test

Darien Raymond 9 years ago
parent
commit
a9946a2dc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/scenarios/shadowsocks_test.go

+ 1 - 1
testing/scenarios/shadowsocks_test.go

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