Skip to content

Commit

Permalink
fixes #718 add borrowConnection and returnConnection to Http2Client (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jun 6, 2020
1 parent c3d672e commit 05ff014
Show file tree
Hide file tree
Showing 4 changed files with 1,519 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ public void failed(IOException e) {
}
}

@Test
public String callApiAsync() throws Exception {
final Http2Client client = createClient();
final CountDownLatch latch = new CountDownLatch(1);
Expand All @@ -674,7 +673,6 @@ public String callApiAsync() throws Exception {
return reference.get().getAttachment(Http2Client.RESPONSE_BODY);
}

@Test
public ByteBuffer callApiWithByteBuffer() throws Exception {
final Http2Client client = createClient();
final CountDownLatch latch = new CountDownLatch(1);
Expand Down
Loading

0 comments on commit 05ff014

Please sign in to comment.