You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interop/client/client.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ var (
54
54
defaultServiceAccount=flag.String("default_service_account", "", "Email of GCE default service account")
55
55
serverHost=flag.String("server_host", "127.0.0.1", "The server host name")
56
56
serverPort=flag.Int("server_port", 10000, "The server port number")
57
-
tlsServerName=flag.String("server_host_override", "x.test.youtube.com", "The server name use to verify the hostname returned by TLS handshake if it is not empty. Otherwise, --server_host is used.")
57
+
tlsServerName=flag.String("server_host_override", "", "The server name use to verify the hostname returned by TLS handshake if it is not empty. Otherwise, --server_host is used.")
58
58
testCase=flag.String("test_case", "large_unary",
59
59
`Configure different test cases. Valid options are:
60
60
empty_unary : empty (zero bytes) request and response;
0 commit comments