Hi,

In our application hosted on GAE (Java), I am intermittently getting the 
ERR_CONTENT_DECODING_FAILED error, for a few static files (css, son, etc). 
The Network tab in the browser usually shows 0 Bytes for the file for which 
the decoding failed.

It is more predominant in HTTPS mode, and I do not find this error in the 
http mode. The Logging section of app engine console doesn't provide much 
information. It does log the requests for the static file accesses, but 
nothing more than that. The logging shows different numbers for each 
requests, and 0 bytes on a lot of requests.

Is there something that we are doing wrong with respect to static files + 
https?

A 2015-11-27 13:00:15.841  204     752 B    1 ms /manifest.json
  182.73.224.148 - - [26/Nov/2015:23:30:15 -0800] "GET /manifest.json HTTP/1.1" 
204 752 - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/46.0.2490.86 Safari/537.36" "www.pycker.com" ms=1 cpu_ms=0 
cpm_usd=8.4041999999999993e-05 instance=- app_engine_release=1.9.30 
trace_id=735f1b4f40f2c5ee37dbf8978877e829
A 2015-11-27 13:00:45.094  204     466 B    1 ms /manifest.json
  10.35.9.140 - - [26/Nov/2015:23:30:45 -0800] "GET /manifest.json HTTP/1.0" 
204 466 - "-" "www.pycker.com" ms=1 cpu_ms=0 cpm_usd=5.2079e-05 instance=- 
app_engine_release=1.9.30 trace_id=-
A 2015-11-27 13:00:45.095  304       0 B    1 ms /manifest.json
  182.73.224.148 - - [26/Nov/2015:23:30:45 -0800] "GET /manifest.json HTTP/1.0" 
304 - - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36" "www.pycker.com" ms=1 
cpu_ms=0 cpm_usd=0 instance=- app_engine_release=1.9.30 trace_id=-
A 2015-11-27 13:03:14.575  204     608 B    1 ms /manifest.json
  10.35.59.147 - - [26/Nov/2015:23:33:14 -0800] "GET /manifest.json HTTP/1.0" 
204 608 - "-" "www.pycker.com" ms=1 cpu_ms=0 cpm_usd=6.7949e-05 instance=- 
app_engine_release=1.9.30 trace_id=-


Thanks,

Vamsi

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/615e964a-cdee-4455-927b-804fca6aca1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to