Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Jan 9, 2024
1 parent abed417 commit 385f9d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ private void testConcurrent(ClientConfig clientConfig, String method, String pat
} catch (ProcessingException e) {
if (e.getMessage().contains("GOAWAY")
|| e.getMessage().contains("Broken pipe") // The HTTP sending process failed with error, Broken pipe
|| e.getMessage().contains("EOF reached while reading")
|| e.getMessage().contains(" cancelled")) {// The HTTP sending process failed with error, Stream 673 cancelled
i--;
} else {
Expand Down

0 comments on commit 385f9d1

Please sign in to comment.