[google-appengine] Support serving a blob using range request

2013-12-26 Thread Chris Vaught
Can anyone help solve the problem described at the link below? http://stackoverflow.com/questions/20585491/how-to-support-serving-a-blob-using-range-request I really would appreciate any feedback possible. -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] How to support serving a blob using range request

2013-12-26 Thread Chris Vaught
I am serving PDFs from the blobstore. I would now like to add support for range request. I am at a point where I can obtain the appropriate byte range and I am trying to pass the range to GAE as described in the link below and shown below. https://developers.google.com/appengine/docs/java/blo