does anyone know why i don't get any content size header on this 'bigger' file? could this be an GAE bug?
On Sep 30, 2011, at 3:44 PM, andreas schmid wrote: > so i see the content lenght header on some files but some others do not > contain Content-Length Headers > > this one for example: > > HTTP/1.1 200 OK > Cache-Control: no-cache > Content-Type: application/octet-stream > Expires: Fri, 01 Jan 1990 00:00:00 GMT > Date: Fri, 30 Sep 2011 19:41:34 GMT > Server: Google Frontend > Transfer-Encoding: Identity > Connection: close > > why is that? > this is a 20mb file. and no content length. > > > > On Sep 30, 2011, at 3:23 PM, Joshua Smith wrote: > >> It does. See the example in this issue: >> http://code.google.com/p/googleappengine/issues/detail?id=5956 >> >> curl -D is your friend. >> >> On Sep 30, 2011, at 2:56 PM, andreas schmid wrote: >> >>> hi, >>> >>> im wondering if the send_blob() function sends out a Content-Length header >>> value with the response. >>> wasn't able to figure it out. please let me know if this is the case and if >>> it does not how can i set it manually? >>> >>> thx >>> >>> -- >>> 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. >>> >> >> -- >> 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. >> > -- 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.
