-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TIMOB-25941] Android: Optimized HTTPClient download performance (#10284
) - Increased network response buffer size from 4kb to 8kb. - Removed "ondatastream" event's undocumented "blob" property. * Improves performance by avoiding an extra buffer copy. * Note that iOS does not support this undocumented API. - Modified "responseText" property to only create a string when accessed. * Major performance improvement. No longer transcodes per response buffer. * Fixed "responseText" to provide total text downloaded like iOS instead of only the buffered segment's text.
- Loading branch information
1 parent
2f91988
commit 1a9a26a
Showing
1 changed file
with
81 additions
and
39 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