浏览代码

don't close writing in ss test

Darien Raymond 9 年之前
父节点
当前提交
a9946a2dc1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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