output bytes instead of string

pull/314/head
Darien Raymond 8 years ago
parent 90504fc077
commit dc0e9aa9b3
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -56,7 +56,7 @@ func TestShadowsocksTCP(t *testing.T) {
break
}
if response.Len() > len(expectedResponse) {
fmt.Printf("Unexpected response: %s\n", response.String())
fmt.Printf("Unexpected response: %v\n", response.Value)
break
}
}

Loading…
Cancel
Save