I am having this issue also. Any fix via the SDK, deployment options or code (Python) that I could use to force it?
Thanks On Jan 22, 6:10 pm, samwyse <[email protected]> wrote: > I'm having the same issue in a Python program. My GAE logs show the > following response headers being set: > I 01-22 08:59AM 05.008 hdrs -> Content-Type: text/plain > I 01-22 08:59AM 05.008 hdrs -> Content-Length: 4 > I 01-22 08:59AM 05.008 hdrs -> ETag: > "ed4beb38b45860afbee133162b4c86fc" > > while the client shows these headers being received: > > x-xss-protection -> 0 > transfer-encoding -> chunked > expires -> Fri, 01 Jan 1990 00:00:00 GMT > server -> Google Frontend > etag -> "ed4beb38b45860afbee133162b4c86fc" > cache-control -> no-cache > date -> Fri, 22 Jan 2010 17:00:44 GMT > content-type -> text/plain > > Any ideas? > > On a related note, how long are the GAE logs kept and is there any way > to manually clear them? > > On Dec 16 2009, 3:38 pm, "Ikai L (Google)" <[email protected]> wrote: > > > > > Are you able to set this parameter manually? > > > Java example: > > >http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/H..., > > java.lang.String) > > > On Mon, Dec 14, 2009 at 7:57 AM, HKHAIRANE <[email protected]> wrote: > > > Hi everyBody, > > > > when i debug my http response i found that parameter content-length in > > > http header is missing, my xmlrpcclient need this information else > > > its return an error as response > > > > any ideas > > > > thanks in advance -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
