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.Error(err).IsNil()
|
||||||
assert.Int(nBytes).Equals(len(payload))
|
assert.Int(nBytes).Equals(len(payload))
|
||||||
|
|
||||||
conn.CloseWrite()
|
|
||||||
|
|
||||||
expectedResponse := "Processed: " + payload
|
expectedResponse := "Processed: " + payload
|
||||||
finished := false
|
finished := false
|
||||||
response := buf.New()
|
response := buf.New()
|
||||||
|
|
|
@ -41,8 +41,6 @@ func TestShadowsocksTCP(t *testing.T) {
|
||||||
assert.Error(err).IsNil()
|
assert.Error(err).IsNil()
|
||||||
assert.Int(nBytes).Equals(len(payload))
|
assert.Int(nBytes).Equals(len(payload))
|
||||||
|
|
||||||
//conn.CloseWrite()
|
|
||||||
|
|
||||||
response := buf.New()
|
response := buf.New()
|
||||||
finished := false
|
finished := false
|
||||||
expectedResponse := "Processed: " + payload
|
expectedResponse := "Processed: " + payload
|
||||||
|
|
Loading…
Reference in New Issue