[google-appengine] Re: SDK 1.1.6: urlfetch: no content-length in response?

2008-11-20 Thread Marzia Niccolai
Hi Waldemar, 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. -Marzia On Thu, Nov 20, 2008 at 12:57 PM, Waldemar Kornewald [EMAIL PROTECTED]wrote:

[google-appengine] Re: SDK 1.1.6: urlfetch: no content-length in response?

2008-11-20 Thread Waldemar Kornewald
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

[google-appengine] Re: SDK 1.1.6: urlfetch: no content-length in response?

2008-11-20 Thread Marzia Niccolai
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

[google-appengine] Re: SDK 1.1.6: urlfetch: no content-length in response?

2008-11-20 Thread Waldemar Kornewald
Hi Marzia, On Nov 20, 11:03 pm, Marzia Niccolai [EMAIL PROTECTED] wrote: 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? No, I'm using urlfetch: response = urlfetch.fetch(...)

[google-appengine] Re: SDK 1.1.6: urlfetch: no content-length in response?

2008-11-20 Thread Waldemar Kornewald
Hi Marzia, On Nov 20, 11:27 pm, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi Waldemar, Ah, yes, sorry for the confusion.  This is a bug.  I've filed it:http://code.google.com/p/googleappengine/issues/detail?id=877 -Marzia Thanks a lot! Bye, Waldemar Kornewald