Re: Not getting all the data over the cell network
Re: Not getting all the data over the cell network
- Subject: Re: Not getting all the data over the cell network
- From: Stevo Brock <email@hidden>
- Date: Thu, 16 Aug 2012 17:13:42 -0700
Hi Guys,
Here are the response headers for the 3 different types of content that the app retrieves:
PDF:
"Accept-Ranges" = bytes;
"Cache-Control" = "no-store, no-cache, must-revalidate, post-check=0, pre-check=0";
Connection = "Keep-Alive";
"Content-Encoding" = gzip;
"Content-Length" = 76128;
"Content-Type" = "application/pdf";
Date = "Fri, 17 Aug 2012 00:10:40 GMT";
Expires = "Thu, 19 Nov 1981 08:52:00 GMT";
"Keep-Alive" = "timeout=1, max=1000";
P3P = "CP=\"NOI DSP COR CUR IVD OTPi OUR STP INT\", policyref=\"/w3c/p3p.xml\"";
Pragma = "no-cache";
Server = "Apache/2.2.3 (CentOS)";
"Set-Cookie" = "fromov=deleted; expires=Thu, 18-Aug-2011 00:10:39 GMT; path=/";
Vary = "Accept-Encoding";
MP3:
"Accept-Ranges" = bytes;
Connection = "Keep-Alive";
"Content-Length" = 7471340;
"Content-Type" = "audio/mpeg";
Date = "Fri, 17 Aug 2012 00:11:18 GMT";
"Keep-Alive" = "timeout=1, max=999";
"Last-Modified" = "Tue, 02 Nov 2010 03:29:30 GMT";
P3P = "CP=\"NOI DSP COR CUR IVD OTPi OUR STP INT\", policyref=\"/w3c/p3p.xml\"";
Server = "Apache/2.2.3 (CentOS)";
GIF:
"Accept-Ranges" = bytes;
"Cache-Control" = "max-age=2592000";
Connection = "Keep-Alive";
"Content-Length" = 1717;
"Content-Type" = "image/gif";
Date = "Fri, 17 Aug 2012 00:08:15 GMT";
Expires = "Sun, 16 Sep 2012 00:08:15 GMT";
"Keep-Alive" = "timeout=1, max=870";
"Last-Modified" = "Sat, 22 Oct 2011 00:26:24 GMT";
P3P = "CP=\"NOI DSP COR CUR IVD OTPi OUR STP INT\", policyref=\"/w3c/p3p.xml\"";
Server = "Apache/2.2.3 (CentOS)";
-Stevo Brock
Sunset Magicwerks, LLC
www.sunsetmagicwerks.com
818-609-0258
On Aug 16, 2012, at 8:45 AM, Jens Alfke wrote:
>
> On Aug 13, 2012, at 11:30 AM, Stevo Brock <email@hidden> wrote:
>
>> The app downloads other file types such as gif and mp3 and those download all bytes every time. The issue appears to only be with PDF items.
>
> Is there any notable difference in your server's response headers between PDF and other file types? (Other than the Content-Type, I mean.) For example, a Content-Transfer-Encoding or something like that.
>
> —Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden