Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-25941] Android: Optimized HTTPClient download performance #10274

Merged
merged 4 commits into from
Aug 24, 2018

Commits on Aug 21, 2018

  1. [TIMOB-25941] Android: Optimized HTTPClient download performance

    - 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.
    jquick-axway committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    6e85a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a095c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    3161fc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    6f18f72 View commit details
    Browse the repository at this point in the history