[TIMOB-7665] iOS: Add gzip support in the response header for more efficient network transfer
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-02-27T23:01:22.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Neeraj Gupta |
Assignee | Neeraj Gupta |
Created | 2012-02-15T12:15:04.000+0000 |
Updated | 2017-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.
We have Gzip compression enabled in both sending and receiving in all comms by default. Moving to mark this invalid.
Do we allow Titanium applications to send "Accept-Encoding: gzip" in the header?
Yes, it turns out that we do. gzip decoding based on this header is always enabled for Ti.Network.HTTPClient.
It turns out that iOS already supports gzip compression in the response header.
Closing ticket as invalid.