-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[cronet] Re-use Direct ByteBuffer for Cronet upload"
This reverts commit 9580368. Reason for revert: Suspect that there is a leak in this CL Original change's description: > [cronet] Re-use Direct ByteBuffer for Cronet upload > > This CL makes Cronet upload reuse a Java ByteBuffer object if the > underlying net::IOBuffer's address and buffer length are unchanged. > > This should reduce the number of constructor calls to > NewDirectByteBuffer(). > > Bug: 756841 > Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester > Change-Id: I751242095e2ba5793750d5a91e2bc3b10ec8b7a1 > Reviewed-on: https://chromium-review.googlesource.com/624196 > Reviewed-by: Andrei Kapishnikov <[email protected]> > Commit-Queue: Helen Li <[email protected]> > Cr-Commit-Position: refs/heads/master@{#496067} [email protected], [email protected] (cherry picked from commit f9121d1) Bug: 756841 Change-Id: I186de0df7b316e4284648b1b9cca1addc7f7845d Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Reviewed-on: https://chromium-review.googlesource.com/656109 Reviewed-by: Helen Li <[email protected]> Commit-Queue: Helen Li <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#500411} Reviewed-on: https://chromium-review.googlesource.com/656002 Cr-Commit-Position: refs/branch-heads/3202@{#72} Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
- Loading branch information
Helen Li
committed
Sep 7, 2017
1 parent
ad925cd
commit 11fcec9
Showing
5 changed files
with
11 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters