Changeset [016ee1bc4a493d152b3bd6a498613e8314eb1fa6] by Shayan Pooya
March 18th, 2014 @ 11:10 AM
PyCurl: Handle temporary redirect when uploading a file.
It is convenient to issue a single upload and have the files
uploaded even if
the server responds with e temporary redirect. However, we should
note that
this is very easy to misuse. The main sender might not want to
receive the
actual payload. If that is the case, we should not send the payload
in the
first request.
https://github.com/discoproject/disco/commit/016ee1bc4a493d152b3bd6...
Committed by Shayan Pooya
- M lib/disco/comm_pycurl.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.