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 Jul 2, 2020
1 parent ae8b27b commit cdb77a4
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 @@ -655,7 +655,6 @@ public void failed(IOException e) {
}
}

@Test
public String callApiAsync() throws Exception {
final Http2Client client = createClient();
final CountDownLatch latch = new CountDownLatch(1);
Expand All @@ -677,7 +676,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 cdb77a4

Please sign in to comment.