Skip to content

Commit

Permalink
Add integration tests for xDS flow control
Browse files Browse the repository at this point in the history
Signed-off-by: hanbingleixue <[email protected]>
  • Loading branch information
hanbingleixue committed Jan 19, 2025
1 parent a801c3e commit 49a78b7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ private static Result sendPostRequestWithOkHttp(String url, Object body, Map<Str
private static Result sendRequestWithOkHttp(Request request) {
OkHttpClient client = new OkHttpClient();
client.setWriteTimeout(CONNECT_TIMEOUT, TimeUnit.SECONDS);
client.setReadTimeout(SOCKET_TIMEOUT, TimeUnit.MILLISECONDS);
client.setWriteTimeout(SOCKET_TIMEOUT, TimeUnit.MILLISECONDS);
try {
Response response = client.newCall(request).execute();
try (ResponseBody responseBody = response.body()) {
Expand Down

0 comments on commit 49a78b7

Please sign in to comment.