mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
output bytes instead of string
This commit is contained in:
parent
90504fc077
commit
dc0e9aa9b3
@ -56,7 +56,7 @@ func TestShadowsocksTCP(t *testing.T) {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
if response.Len() > len(expectedResponse) {
|
if response.Len() > len(expectedResponse) {
|
||||||
fmt.Printf("Unexpected response: %s\n", response.String())
|
fmt.Printf("Unexpected response: %v\n", response.Value)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user