Skip to content

Commit

Permalink
8211308: Support HTTP/2 in WebView
Browse files Browse the repository at this point in the history
Reviewed-by: ghb, kcr
  • Loading branch information
arajkumar committed Dec 3, 2019
1 parent 6892fa1 commit 98035cb
Show file tree
Hide file tree
Showing 14 changed files with 949 additions and 285 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public ByteBuffer allocate() throws InterruptedException {
*/
@Override
public void release(ByteBuffer byteBuffer) {
byteBuffer.clear();
byteBuffers.add(byteBuffer);
semaphore.release();
}
Expand Down
Loading

0 comments on commit 98035cb

Please sign in to comment.