~mzhang/leanshot#1: 
Break up GET_IMAGE and PUT_IMAGE into smaller requests

Currently, very large images will break the connection since they are too large to be sent at once. The trick is to break the image into multiple pieces and put them together locally.

I'm not sure how big the actual images are but it could probably be estimated using the width x height x (bytes-per-pixel) and then dividing it into enough chunks so that each is smaller than maximum_request_length.

Status
REPORTED
Submitter
~mzhang
Assigned to
Submitted
3 years ago
Updated
3 years ago
Labels
No labels applied.