[TIMOB-7666] Android: Add gzip support in the response header for more efficient network transfer
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Critical |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2012-02-28T13:50:46.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | look1 |
| Reporter | Neeraj Gupta |
| Assignee | Neeraj Gupta |
| Created | 2012-02-15T12:16:08.000+0000 |
| Updated | 2017-03-31T10:32:00.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.
I thought I added this a while back? Is this not working?
Seems to be already implemented, we'll need to open a new bug if it is found to not be working
Closing as duplicate with regards to the information provided elsewhere in this ticket.
'Accept-Encoding: gzip,deflate' should be added by default, because this is the behaviour when compiling for iOS!