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