Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7665] iOS: Add gzip support in the response header for more efficient network transfer

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2012-02-27T23:01:22.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterNeeraj Gupta
AssigneeNeeraj Gupta
Created2012-02-15T12:15:04.000+0000
Updated2017-03-09T22:53:50.000+0000

Description

ACS now supports gzip format for the response data for more efficient network data transfer. Client application needs to send "Accept-Encoding: gzip" in the header and able to unzip the response.

Comments

  1. Blain Hamon 2012-02-15

    We have Gzip compression enabled in both sending and receiving in all comms by default. Moving to mark this invalid.
  2. Neeraj Gupta 2012-02-15

    Do we allow Titanium applications to send "Accept-Encoding: gzip" in the header?
  3. Stephen Tramer 2012-02-15

    Yes, it turns out that we do. gzip decoding based on this header is always enabled for Ti.Network.HTTPClient.
  4. Neeraj Gupta 2012-02-27

    It turns out that iOS already supports gzip compression in the response header.
  5. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source