Hi Waldemar,

Sorry, I think I'm not understanding what issue you are seeing. Is it that
the request received by your app has the content-length header removed?

The SDK should disallow self.response.headers['Content-Length'] to be set by
the user, as this is how our production environment behaves.  Can you
provide the code that is specifically causing the issue?

-Marzia

On Thu, Nov 20, 2008 at 1:45 PM, Waldemar Kornewald <[EMAIL PROTECTED]>wrote:

>
> Hi Marzia,
>
> On Nov 20, 10:07 pm, Marzia Niccolai <[EMAIL PROTECTED]> wrote:
> > The SDK was updated so that a user can only specify headers in the SDK
> that
> > they are able to specify in production.  Since App Engine does not allow
> > this header to be set, the SDK no longer does.
>
> What I meant is that content-length is missing in the response, not
> the request. On the production server it works correctly. This header
> is required at least by boto. How are we supposed to find out he
> length of the http response?
>
> Bye,
> Waldemar Kornewald
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to