mirror of https://github.com/v2ray/v2ray-core
parent
f6e0d08d34
commit
e9600f0aa5
|
@ -41,8 +41,6 @@ func TestDynamicVMess(t *testing.T) {
|
|||
assert.Error(err).IsNil()
|
||||
assert.Int(nBytes).Equals(len(payload))
|
||||
|
||||
conn.CloseWrite()
|
||||
|
||||
expectedResponse := "Processed: " + payload
|
||||
finished := false
|
||||
response := buf.New()
|
||||
|
|
|
@ -41,8 +41,6 @@ func TestShadowsocksTCP(t *testing.T) {
|
|||
assert.Error(err).IsNil()
|
||||
assert.Int(nBytes).Equals(len(payload))
|
||||
|
||||
//conn.CloseWrite()
|
||||
|
||||
response := buf.New()
|
||||
finished := false
|
||||
expectedResponse := "Processed: " + payload
|
||||
|
|
Loading…
Reference in New Issue